psycopg2==2.9.12
# psycopg2 - Python-PostgreSQL Database Adapter
$ pip install psycopg2
downloads/wk
13,585,661
license
LGPL with exceptions
version
2.9.12
python
>=3.9
What is psycopg2?
psycopg2 is a Python library that enables you to connect to and interact with PostgreSQL databases from your Python applications. It implements the Python Database API specification, allowing you to execute SQL queries, manage transactions, and handle database operations using standard Python code. Developers use psycopg2 when they need reliable, efficient access to PostgreSQL databases in their projects.
Author
Federico Di Gregorio