File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### About
22
3- py-postgresql is a Python 3 package providing modules for working with PostgreSQL.
3+ py-postgresql is a Python 3 package providing modules for working with PostgreSQL.
44Primarily, a high-level driver for querying databases.
55
66For a high performance async interface, MagicStack's asyncpg
@@ -18,7 +18,7 @@ incorrectly chained. Trapping `ClientCannotConnectError` ahead of `Error` should
1818allow both cases to co-exist in the event that data is being extracted from
1919the ` ClientCannotConnectError ` .
2020
21- In v2.0, support for older versions of PostgreSQL and Python will be removed.
21+ In v2.0, support for older versions of PostgreSQL and Python will be removed.
2222If you have automated installations using PyPI, make sure that they specify a major version.
2323
2424### Installation
You can’t perform that action at this time.
0 commit comments