We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdffc2 commit 89005acCopy full SHA for 89005ac
README.rst
@@ -17,6 +17,18 @@ flexible objects adaptation system.
17
18
Psycopg 2 is both Unicode and Python 3 friendly.
19
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
32
33
Documentation
34
-------------
0 commit comments