Skip to content

Commit fb5f970

Browse files
committed
Update links and add recommendation for asyncpg
1 parent 422ddb8 commit fb5f970

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
About
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.
55
This includes a high-level driver, and many other tools that support a developer
66
working 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+
814
Installation
915
------------
1016

@@ -35,7 +41,7 @@ Further Information
3541

3642
Online documentation can be retrieved from:
3743

38-
http://python.projects.postgresql.org
44+
http://py-postgresql.readthedocs.io
3945

4046
Or, you can read them in your pager: python -m postgresql.documentation.index
4147

0 commit comments

Comments
 (0)