Logoj0ke.net Open Build Service > Projects > server:backup > python-psycopg2 > Meta
Sign Up | Log In

Meta Configuration of Package python-psycopg2

 
1
<package name="python-psycopg2" project="server:backup">
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
  <build>
16
    <disable repository="CentOS_5"/>
17
    <disable repository="RHEL_5"/>
18
    <disable repository="RHEL_6"/>
19
    <disable repository="SL_6"/>
20
  </build>
21
</package>
22