File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11About
22=====
33
4- py-postgresql is a Python 3 package providing modules to work with PostgreSQL.
4+ py-postgresql is a Python 3 package providing modules for working with PostgreSQL.
55This includes a high-level driver, and many other tools that support a developer
66working with PostgreSQL databases.
77
8+ For a high performance async interface, MagicStack's
9+ `asyncpg <https://github.com/MagicStack/asyncpg>` should be considered.
10+
11+ py-postgresql, currently, does not have direct support for high-level async
12+ interfaces provided by recent versions of Python. Future versions may change this.
13+
814Installation
915------------
1016
@@ -35,7 +41,7 @@ Further Information
3541
3642Online documentation can be retrieved from:
3743
38- http://python.projects. postgresql.org
44+ http://py- postgresql.readthedocs.io
3945
4046Or, you can read them in your pager: python -m postgresql.documentation.index
4147
You can’t perform that action at this time.
0 commit comments