docs: add README blurb pointing to psycopg 3 on PyPI

See #1632.
This commit is contained in:
Daniele Varrazzo 2023-10-10 23:34:48 +02:00
parent bfdffc2c57
commit 89005ac5b8

View File

@ -17,6 +17,18 @@ flexible objects adaptation system.
Psycopg 2 is both Unicode and Python 3 friendly. Psycopg 2 is both Unicode and Python 3 friendly.
.. Note::
The psycopg2 package is still widely used and actively maintained, but it
is not expected to receive new features.
`Psycopg 3`__ is the evolution of psycopg2 and is where `new features are
being developed`__: if you are starting a new project you should probably
start from 3!
.. __: https://pypi.org/project/psycopg/
.. __: https://www.psycopg.org/psycopg3/docs/index.html
Documentation Documentation
------------- -------------