diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-11-20 01:07:54 +0000 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-11-20 01:14:05 +0000 |
| commit | 6f51eefac3b6fccbec530ab80aa222b1cbfc8a58 (patch) | |
| tree | ce57cea7a37e6aa240b3d2f7c6c34641776cd94e /setup.py | |
| parent | ed3b2188fe1cf088206ad4a00e3369e90aec5a38 (diff) | |
| download | psycopg2-6f51eefac3b6fccbec530ab80aa222b1cbfc8a58.tar.gz | |
Dropped references to psycopg 1 from readme and install.
Nowaday not many remember it: I think it's useless to make comparisons.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -14,17 +14,15 @@ """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. +psycopg2 is a PostgreSQL database adapter for the Python programming +language. psycopg2 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 +psycopg2 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 provide full asycronous operations for the really -brave programmer. +UPDATEs. psycopg2 also provide full asycronous operations and support +for coroutine libraries. """ classifiers = """\ |
