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
開始使用 Psycopg 3 and 更進階的話題.
Contents:
- The
psycopgmodule - Connection 類別
- 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 抽象類別pq-- libpq wrapper modulecrdb-- CockroachDB 支援_dns-- DNS resolution utilities