python-psycopg2
Subpackage Descriptions
single |
Psycopg is the most popular PostgreSQL database adapter for the Python
programming language. Its main features are the complete implementation of
the Python DB API 2.0 specification and the thread safety (several threads
can
share the same connection). It was designed for heavily multi-threaded
applications that create and destroy lots of cursors and make a large
number
of concurrent "INSERT"s or "UPDATE"s.
Psycopg 2 is mostly implemented in C as a libpq wrapper, resulting in being
both efficient and secure. It features client-side and server-side
cursors,
asynchronous communication and notifications, "COPY TO/COPY FROM" support.
Many Python types are supported out-of-the-box and adapted to matching
PostgreSQL data types; adaptation can be extended and customized thanks to
a
flexible objects adaptation system.
Psycopg 2 is both Unicode and Python 3 friendly.
:alt: Linux and OSX build status
:alt: Windows build status
|
Configuration Switches (platform-specific settings discarded)
PY312 OFF Build using Python 3.12
PY313 ON Build using Python 3.13
Package Dependencies by Type
Download groups
main |
mirror://PYPI/p/psycopg2 |
Distribution File Information
12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11 385672 python-src/psycopg2-2.9.10.tar.gz
Ports that require python-psycopg2:v13
No other ports depend on this one. |