audit_add_triggers
Automatically capture audit logs by adding triggers or ORM middleware to specified tables, ensuring data changes are tracked without manual instrumentation.
Instructions
Add automatic audit logging via database triggers or ORM middleware
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orm | No | ORM in use | prisma |
| tables | Yes | Tables to add audit triggers for | |
| api_key | No | API key for authentication | |
| approach | No | Audit capture approach | orm-middleware |