diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-11 22:53:37 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:37 +0200 |
commit | 9333756097807d2b3c9823257fb6290cb5a1449d (patch) | |
tree | 5fa5279b16b10a38449ee5e623d3e4e722fc5e60 /development/psycopg/README | |
parent | 1c1d86af748e8533eef65576762123b4fa93fa38 (diff) |
development/psycopg: Added to 12.1 repository
Diffstat (limited to 'development/psycopg/README')
-rw-r--r-- | development/psycopg/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/psycopg/README b/development/psycopg/README new file mode 100644 index 0000000000000..19ea0e21f9a3f --- /dev/null +++ b/development/psycopg/README @@ -0,0 +1,8 @@ +psycopg is a PostgreSQL database adapter for the Python programming +language (just like pygresql and popy.) It was written from scratch +with the aim of being very small and fast, and stable as a rock. +The main advantages of psycopg are that it supports (well, will support) +the full Python DBAPI-2.0 and being thread safe at level 2. + +This requires postgresql and egenix-mx-base, both of which are +available at SlackBuilds.org. |