We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0faeb3 commit 3bee7a5Copy full SHA for 3bee7a5
README.md
@@ -3,8 +3,11 @@
3
py-postgresql is a Python 3 package providing modules for working with PostgreSQL.
4
Primarily, a high-level driver for querying databases.
5
6
-For a high performance async interface, MagicStack's asyncpg
7
-http://github.com/MagicStack/asyncpg should be considered.
+While py-postgresql is still usable for many purposes, asyncpg and PostgREST are
+likely more suitable for most applications:
8
+
9
+ - http://github.com/MagicStack/asyncpg
10
+ - https://postgrest.org/
11
12
py-postgresql, currently, does not have direct support for high-level async
13
interfaces provided by recent versions of Python. Future versions may change this.
0 commit comments