8000 Mention psycopg2cffi in the README as well. · wulczer/txpostgres@caf045e · GitHub
[go: up one dir, main page]

Skip to content

Commit caf045e

Browse files
committed
Mention psycopg2cffi in the README as well.
1 parent bc22a6c commit caf045e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ PostgreSQL C library.
55

66
It requires a version of Psycopg that includes support for `asynchronous
77
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.
1010

1111
txpostgres tries to present an interface that will be familiar to users of both
1212
Twisted and Psycopg. It features a Cursor_ wrapper class that mimics the
@@ -43,6 +43,7 @@ documentation_
4343
.. _Python: http://www.python.org/
4444
.. _libpq: http://www.postgresql.org/docs/current/static/libpq-async.html
4545
.. _`asynchronous connections`: http://initd.org/psycopg/docs/advanced.html#async-support
46+
.. _psycopg2cffi: https://github.com/chtd/psycopg2cffi
4647
.. _psycopg2-ctypes: http://pypi.python.org/pypi/psycopg2ct
4748
.. _Cursor: http://wulczer.github.com/txpostgres/txpostgres.html#txpostgres.Cursor
4849
.. _Psycopg cursor: http://initd.org/psycopg/docs/cursor.html#cursor

0 commit comments

Comments
 (0)
0