Skip to content

Commit

Permalink
docs: add README blurb pointing to psycopg 3 on PyPI
Browse files Browse the repository at this point in the history
See #1632.
  • Loading branch information
dvarrazzo committed Oct 10, 2023
1 parent bfdffc2 commit 89005ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ flexible objects adaptation system.

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
-------------
Expand Down

0 comments on commit 89005ac

Please sign in to comment.