#History/Audit Extension
2 messages · Page 1 of 1 (latest)
I haven't tested it, but it looks like this Prisma client extension (https://github.com/prisma/prisma-client-extensions/tree/main/audit-log-context) does something similar to the Django library you use. The caveat, it's only for Postgres. If you're using MySQL, it might be possible to rewrite the trigger for MySQL. Let me know if the extension is useful.