Paketname | python-psycopg2-testsuite |
Beschreibung | Python module for PostgreSQL |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.0.13-2ubuntu2 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 184 Byte |
Hängt ab von | python, python-central (>= 0.6.11), python-egenix-mxdatetime |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | psycopg2 |
Paketgröße | 47456 Byte |
Prüfsumme MD5 | f0fb48b4105dc5bd0db21460fa31c7a4 |
Prüfsumme SHA1 | f4be5c8ad79f4fcc7b70a3bb7399eb988b41defd |
Prüfsumme SHA256 | e8573163fd6a9c46d95e40c09c894eb448b896afd978460d706135ed48c1d522 |
Link zum Herunterladen | python-psycopg2-testsuite_2.0.13-2ubuntu2_i386.deb |
Ausführliche Beschreibung | psycopg is a PostgreSQL database adapter for the Python programming language
(just like pygresql and popy.) This is version 2, a complete rewrite of the
original code to provide new-style classes for connection and cursor objects
and other sweet candies. Like the original, psycopg 2 was written with the
aim of being very small and fast, and stable as a rock.
.
psycopg is different from the other database adapter because it was designed
for heavily multi-threaded applications that create and destroy lots of
cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
psycopg 2 also provides full asycronous operations for the really brave
programmer.
.
This package includes the testsuite.
|