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.
Table of Contents
- The psycopg module
- Connection classes
- Cursor classes
- COPY-related objects
- Other top-level objects
- sql – SQL string composition
- rows – row factory implementations
- errors – Package exceptions
- psycopg_pool – Connection pool implementations
- adapt – Types adaptation
- types – Types information and adapters
- abc – Psycopg abstract classes
- pq – libpq wrapper module