From 89005ac5b849c6428c05660b23c5a266c96e677d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 10 Oct 2023 23:34:48 +0200 Subject: [PATCH] docs: add README blurb pointing to psycopg 3 on PyPI See #1632. --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index c9747da7..bcb4ea17 100644 --- a/README.rst +++ b/README.rst @@ -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 -------------