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
sql– SQL string compositionrows– row factory implementationserrors– Package exceptionsconninfo– manipulate connection stringsadapt– Types adaptationtypes– Types information and adaptersabc– Psycopg abstract classespq– libpq wrapper modulepsycopg_pool– Connection pool implementations_dns– DNS resolution utilities