Overview
@tradinos/cms-backend-prisma-audit-log is a powerful Prisma extension designed to automatically log all database queries. It intercepts all operations, storing detailed audit logs of every change. This is essential for security, debugging, and maintaining a clear history of data modifications.
Key features:
Automatic Logging: Intercepts and logs all create, update, and delete operations without any manual intervention.
Detailed Records: Captures the
model,operation, anddatafor each change.Simplified Integration: Easily configured as an extension on your existing Prisma Client.
Last updated