Any plugins/extensions to make SQLite, PostgreSQL or MySQL immutable/append only

Howdy folks, Title says it all. And if not, would you have any suggestions of a database that is immutable/append only? Looking for something that is sort of like AWS’s Quantum Ledger but that you can run locally. Ps. Datomic doesn’t work for my project.
2 Replies
Chico
Chico13mo ago
Did you have a look at eventstore?
HCN
HCN12mo ago
I did, it’s my plan B if I can’t find any other option: go with SQLite + EventStore. The only option I could find so far was SQLServer with its ledger tables. Immudb is also an option, anyone has any experience with it?