Port variant | py310 |
Summary | Python-PostgreSQL Database Adapter (3.10) |
Package version | 2.9.7 |
Homepage | https://psycopg.org/ |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v11 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 13 AUG 2023, 17:55:46 UTC |
Port created | 28 AUG 2018, 14:25:25 UTC |
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. Documentation ------------- Documentation is included in the doc directory and is `available online`__. :alt: Linux and OSX build status :alt: Windows build status |
Build (only) |
postgresql14:dev:standard python-setuptools:single:py310 autoselect-python:single:standard |
Build and Runtime |
postgresql14:client:standard python310:single:standard |
main | mirror://PYPI/p/psycopg2 |
NetBox:standard | Flexible IPAM and DCIM tool with plugin support |