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.
If you want to change selection, open document below and click on "Move attachment"
Psycopg – PostgreSQL database adapter for Python — Psycopg 2.9.9 documentation Psycopg – PostgreSQL database adapter for Python — Psycopg 2.9.9 documentation Psycopg 2.9.9 documentation Installation → Home Psycopg – PostgreSQL database adapter for Python¶ 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 INSERTs or UPDATEs. 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 no Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details