We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347bae9 commit 907693fCopy full SHA for 907693f
README.md
@@ -13,7 +13,7 @@ For psycopg2 support you must install either:
13
(The binary package is a practical choice for development and testing but in
14
production it is advised to use the package built from sources.)
15
16
-Or, for asyncpg support (experimental) you must install
+Or, for asyncpg support (⚠️ experimental 🏗) you must install
17
18
* [asyncpg](https://pypi.org/project/asyncpg/)
19
@@ -38,7 +38,7 @@ from sqlalchemy import create_engine
38
engine = create_engine('cockroachdb+psycopg2://root@localhost:26257/defaultdb?sslmode=disable')
39
```
40
41
-To connect using asyncpg:
+To connect using asyncpg (⚠️ experimental 🏗):
42
43
44
from sqlalchemy import create_async_engine
0 commit comments