django-pgtrigger

Write Postgres triggers for your Django models (by Opus10)

Django-pgtrigger Alternatives

Similar projects and alternatives to django-pgtrigger

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better django-pgtrigger alternative or higher similarity.

django-pgtrigger reviews and mentions

Posts with mentions or reviews of django-pgtrigger. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-23.
  • How Postgres Triggers Can Simplify Your Back End Development
    2 projects | news.ycombinator.com | 23 Apr 2023
    For Django there's https://github.com/Opus10/django-pgtrigger that makes it possible to define triggers right in your models, so you have everything in one place.
  • This Week in Python
    4 projects | dev.to | 2 Sep 2022
    django-pgtrigger – Write Postgres triggers for your Django models
  • A lightweight alternative to Celery for Django-PostgreSQL apps.
    2 projects | /r/django | 25 May 2022
    Note that have now ditched our post_save signal from the previous solution. As we pointed out, signals can easily be missed. Instead, we are using a Postgres trigger : defining the listener as it is above makes use of the django-pgtrigger library to write a Postgres trigger to our database, the job of which is to notify our channel whenever a Comment is inserted in to the database. Triggers are far more robust than signals for detecting database write events; application level triggers can easily be missed, whereas triggers will always be executed.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 26 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic django-pgtrigger repo stats
3
509
6.6
3 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com