Psycopg Driver
Table of Contents
- Basic Usage
- Advanced Usage
-
API
- 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
Psycopg 3 is a newly designed PostgreSQL database adapter for the Python programming language.
Psycopg 3 presents a familiar interface for everyone who has used Psycopg 2 or any other DB-API 2.0 database adapter, but allows to use more modern PostgreSQL and Python features, such as: