Fixing SVN transition.

This commit is contained in:
Federico Di Gregorio 2006-03-30 02:20:11 +00:00
parent 27a063fecb
commit b51a03b663

6
README
View File

@ -3,9 +3,9 @@ psycopg - Python-PostgreSQL Database Adapter
psycopg is a PostgreSQL database adapter for the Python programming
language. 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.
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