Y
Hacker News
new
|
ask
|
show
|
jobs
by
blattimwind
2233 days ago
Data is only inserted, not changed or deleted.
1 comments
PudgePacket
2232 days ago
.
link
22c
2232 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
2232 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