Meta Configuration of Package python-psycopg2
13
1
<package name="python-psycopg2" project="SUSE:SLE-15-SP4:Update">
2
<title>Python-PostgreSQL Database Adapter</title>
3
<description>psycopg2 is a PostgreSQL database adapter for the Python programming
4
language. psycopg2 was written with the aim of being very small and fast,
5
and stable as a rock.
6
7
psycopg2 is different from the other database adapter because it was
8
designed for heavily multi-threaded applications that create and destroy
9
lots of cursors and make a conspicuous number of concurrent INSERTs or
10
UPDATEs. psycopg2 also provide full asycronous operations and support
11
for coroutine libraries.</description>
12
</package>
13