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
Simplify Purchasing For Your Business
Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of django-pgtrigger!