Transaction Handling with Psycopg2 - Libelli
bbengfort.github.io › 2017 › 12Dec 06, 2017 · Transaction Handling with Psycopg2. December 6, 2017 · 18 min · Benjamin Bengfort. Databases are essential to most applications, however most database interaction is often overlooked by Python developers who use higher level libraries like Django or SQLAlchemy. We use and love PostgreSQL with Psycopg2, but I recently realized that I didn’t ...