A reusable NestJS module for audit logging with PostgreSQL using Prisma ORM. Supports flexible querying, pagination, sorting, and audit trail storage with API key authentication.
- Store audit logs with actor, action, target, meta data, and timestamps
- Flexible querying with filters on actor, action, target, date range, and meta content
- Pagination and sorting options for efficient log browsing
- Secure REST API endpoints protected with API key authentication
- Easily extendable and reusable for your projects.