python-psycopg2: new package
authorAdam Duskett <aduskett@gmail.com>
Mon, 12 Mar 2018 10:12:31 +0000 (06:12 -0400)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 5 Apr 2018 07:36:01 +0000 (09:36 +0200)
commit88f3cdb8dc0f23cd9bcd656404350d649b01ba6e
tree3fcfe445c18da2d169ee486f0d35dc697843634e
parent9fec3eb9131dba46cbf8474a7def05a076990079
python-psycopg2: new package

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.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/python-psycopg2/Config.in [new file with mode: 0644]
package/python-psycopg2/python-psycopg2.hash [new file with mode: 0644]
package/python-psycopg2/python-psycopg2.mk [new file with mode: 0644]