codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.63k stars 343 forks source link

Retrieve audit log of SQL tables #887

Open rbrown-orxa opened 3 years ago

rbrown-orxa commented 3 years ago

It would be useful to be able to retrieve a log of all prior mutations to a SQL table, like we can for key-value pairs.

This would enable external auditing of sensitive data, e.g. financial.

https://github.com/pgaudit would be an equivalent example.

jeroiraz commented 3 years ago

Thanks @rbrown-orxa. Very interesting feature, for sure it deserves some thinking and discussion.

We should discuss about it as part of transaction processing work. I'll keep you posted so you and anyone else could participate.