File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ PostgreSQL C library.
5
5
6
6
It requires a version of Psycopg that includes support for `asynchronous
7
7
connections `_ (versions 2.2.0 and later) and a reasonably recent Twisted (it
8
- has been tested with Twisted 10.2 onward). Alternatively, psycopg2-ctypes _ can
9
- be used in lieu of Psycopg.
8
+ has been tested with Twisted 10.2 onward). Alternatively, psycopg2cffi _ or
9
+ psycopg2-ctypes _ can be used in lieu of Psycopg.
10
10
11
11
txpostgres tries to present an interface that will be familiar to users of both
12
12
Twisted and Psycopg. It features a Cursor _ wrapper class that mimics the
@@ -43,6 +43,7 @@ documentation_
43
43
.. _Python : http://www.python.org/
44
44
.. _libpq : http://www.postgresql.org/docs/current/static/libpq-async.html
45
45
.. _`asynchronous connections` : http://initd.org/psycopg/docs/advanced.html#async-support
46
+ .. _psycopg2cffi : https://github.com/chtd/psycopg2cffi
46
47
.. _psycopg2-ctypes : http://pypi.python.org/pypi/psycopg2ct
47
48
.. _Cursor : http://wulczer.github.com/txpostgres/txpostgres.html#txpostgres.Cursor
48
49
.. _Psycopg cursor : http://initd.org/psycopg/docs/cursor.html#cursor
You can’t perform that action at this time.
0 commit comments