django-pgtrigger
awesome-mysql
Our great sponsors
django-pgtrigger | awesome-mysql | |
---|---|---|
2 | 1 | |
383 | 2,014 | |
5.7% | - | |
8.7 | 2.3 | |
3 months ago | 4 months ago | |
Python | ||
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
django-pgtrigger
-
This Week in Python
django-pgtrigger – Write Postgres triggers for your Django models
-
A lightweight alternative to Celery for Django-PostgreSQL apps.
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.
awesome-mysql
-
CSS Deep
shlomi-noach/awesome-mysql - A curated list of awesome MySQL software, libraries, tools and resources
What are some alternatives?
asyncpg - A fast PostgreSQL Database Client Library for Python/asyncio.
psycopg2 - PostgreSQL database adapter for the Python programming language
PyMySQL - Pure Python MySQL Client
pymssql - Official home for the pymssql source code.
mysqlclient - MySQL database connector for Python (with Python 3 support)
oursql - oursql is a set of MySQL bindings for python with a focus on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors.
mysql-python - MySQLdb is a Python DB API-2.0 compliant library to interact with MySQL 3.23-5.1 (unofficial mirror)
motor - Motor - the async Python driver for MongoDB and Tornado or asyncio
dataset - Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
awesome-postgres - A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
apsw - Another Python SQLite wrapper
queries - PostgreSQL database access simplified