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:
psycopgモジュール- Connection クラス
- Cursor クラス
- COPY 関連のオブジェクト
- その他のトップレベル オブジェクト
sql-- SQL 文字列の作成rows-- 行ファクトリの実装errors-- パッケージの例外psycopg_pool-- コネクション プールの実装conninfo-- コネクション文字列の操作adapt-- 型の適応types-- 型情報とアダプターabc-- Psycopg の抽象クラスpq-- libpq ラッパー モジュールcrdb-- CockroachDB サポート_dns-- DNS 解決ユーティリティ