Skip to content

Commit 89005ac

Browse files
committed
docs: add README blurb pointing to psycopg 3 on PyPI
See #1632.
1 parent bfdffc2 commit 89005ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ flexible objects adaptation system.
1717

1818
Psycopg 2 is both Unicode and Python 3 friendly.
1919

20+
.. Note::
21+
22+
The psycopg2 package is still widely used and actively maintained, but it
23+
is not expected to receive new features.
24+
25+
`Psycopg 3`__ is the evolution of psycopg2 and is where `new features are
26+
being developed`__: if you are starting a new project you should probably
27+
start from 3!
28+
29+
.. __: https://pypi.org/project/psycopg/
30+
.. __: https://www.psycopg.org/psycopg3/docs/index.html
31+
2032

2133
Documentation
2234
-------------

0 commit comments

Comments
 (0)