Psycopg 3 API#
This sections is a reference for all the public objects exposed by the
psycopg module. For a more conceptual description you can take a look at
Getting started with Psycopg 3 and More advanced topics.
Contents:
- The
psycopgmodule - Connection classes
- Cursor classes
- COPY-related objects
- Other top-level objects
sql– SQL string compositionrows– row factory implementationserrors– Package exceptionspsycopg_pool– Connection pool implementationsconninfo– manipulate connection stringsadapt– Types adaptationtypes– Types information and adaptersabc– Psycopg abstract classespq– libpq wrapper modulecrdb– CockroachDB support_dns– DNS resolution utilities