mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-11 03:26:37 +03:00
Merge branch 'cffi-in-docs'
This commit is contained in:
commit
5d96b0c024
|
@ -11,8 +11,14 @@ wrapper for the libpq_, the official PostgreSQL client library.
|
||||||
The `psycopg2` package is the current mature implementation of the adapter: it
|
The `psycopg2` package is the current mature implementation of the adapter: it
|
||||||
is a C extension and as such it is only compatible with CPython_. If you want
|
is a C extension and as such it is only compatible with CPython_. If you want
|
||||||
to use Psycopg on a different Python implementation (PyPy, Jython, IronPython)
|
to use Psycopg on a different Python implementation (PyPy, Jython, IronPython)
|
||||||
there is an experimental `porting of Psycopg for Ctypes`__, but it is not as
|
there is a couple of alternative:
|
||||||
mature as the C implementation yet.
|
|
||||||
|
- a `Ctypes port`__, but it is not as mature as the C implementation yet
|
||||||
|
and it is not as feature-complete;
|
||||||
|
|
||||||
|
- a `CFFI port`__ which is currently more used and reported more efficient on
|
||||||
|
PyPy, but plese be careful to its version numbers because they are not
|
||||||
|
aligned to the official psycopg2 ones and some features may differ.
|
||||||
|
|
||||||
.. _PostgreSQL: https://www.postgresql.org/
|
.. _PostgreSQL: https://www.postgresql.org/
|
||||||
.. _Python: https://www.python.org/
|
.. _Python: https://www.python.org/
|
||||||
|
@ -20,6 +26,7 @@ mature as the C implementation yet.
|
||||||
.. _CPython: https://en.wikipedia.org/wiki/CPython
|
.. _CPython: https://en.wikipedia.org/wiki/CPython
|
||||||
.. _Ctypes: https://docs.python.org/library/ctypes.html
|
.. _Ctypes: https://docs.python.org/library/ctypes.html
|
||||||
.. __: https://github.com/mvantellingen/psycopg2-ctypes
|
.. __: https://github.com/mvantellingen/psycopg2-ctypes
|
||||||
|
.. __: https://github.com/chtd/psycopg2cffi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user