Meta Configuration of Package python-psycopg2
1
<package name="python-psycopg2" project="Apache:2.4:Modules">
2
<title>A PostgreSQL database adapter for Python</title>
3
<description>psycopg is a PostgreSQL database adapter for the Python programming language.
4
This is version 2, a complete rewrite of the original code to provide
5
new-style classes for connection and cursor objects and other sweet candies.
6
Like the original, psycopg 2 was written with the aim of being very small and
7
fast, and stable as a rock.
8
9
psycopg is different from the other database adapter because it was designed
10
for heavily multi-threaded applications that create and destroy lots of
11
cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
12
psycopg 2 also provide full asycronous operations for the really brave
13
programmer.
14
</description>
15
</package>
16