django-pgtrigger is a Django library for defining and managing PostgreSQL triggers directly in Python code. It allows developers to create database-level logic like automatic field updates, auditing, or validation without writing raw SQL. It’s ideal for teams that want stronger data integrity while keeping logic version-controlled.
Features
- Define PostgreSQL triggers using Python classes
- Supports before/after insert, update, and delete events
- Automatic trigger creation via Django migrations
- Prevents invalid writes or enforces constraints
- Custom condition logic and expressions
- Integrates seamlessly with Django’s ORM
Categories
DatabaseLicense
BSD LicenseFollow django-pgtrigger
Other Useful Business Software
Auth for GenAI | Auth0
Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of django-pgtrigger!