Module zut.db.pg

Implementation of base Db adapter for the PostgreSQL database backend.

Functions

enforce_pg_sequence_offset([connection, ...])

Ensure the given model (or all models if none is given) have sequence starting with a minimal value.

parse_pg_message(severity, message)

Classes

PgDb([input, name, host, port, user, ...])

Database adapter for PostgreSQL (using psycopg (v3) driver).