⬅︎ Back to Shout-out to eventlog
with postgres you could do this entirely inside the db server. See http://gmod.org/wiki/Chado_Audit_Module for example sql. No code in django needed at all
But then you'd get every insert or update or something, right? That's no explicit and not very deliberate.
Comment
with postgres you could do this entirely inside the db server. See http://gmod.org/wiki/Chado_Audit_Module for example sql. No code in django needed at all
Replies
But then you'd get every insert or update or something, right?
That's no explicit and not very deliberate.