diff options
Diffstat (limited to 'development/psycopg/README')
-rw-r--r-- | development/psycopg/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/development/psycopg/README b/development/psycopg/README deleted file mode 100644 index 19ea0e21f9..0000000000 --- a/development/psycopg/README +++ /dev/null @@ -1,8 +0,0 @@ -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. |