Y
Hacker News
new
|
ask
|
show
|
jobs
by
PudgePacket
2230 days ago
.
2 comments
22c
2230 days ago
You seem to be missing that data can still be read after it is insterted, provided it is not updated. So think if more like WORM rather than write-only.
link
sandGorgon
2230 days ago
for compliance. you want this behavior to be enforced at the database level so that any buggy code does not edit a previous row.
link