Skip to content

Commit 907693f

Browse files
kernfeld-cockroachrafiss
authored andcommitted
Make sure users see that asyncpg is experimental
Use emoji technology to highlight the state of asyncpg support as experimental
1 parent 347bae9 commit 907693f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For psycopg2 support you must install either:
1313
(The binary package is a practical choice for development and testing but in
1414
production it is advised to use the package built from sources.)
1515

16-
Or, for asyncpg support (experimental) you must install
16+
Or, for asyncpg support (⚠️ experimental 🏗) you must install
1717

1818
* [asyncpg](https://pypi.org/project/asyncpg/)
1919

@@ -38,7 +38,7 @@ from sqlalchemy import create_engine
3838
engine = create_engine('cockroachdb+psycopg2://root@localhost:26257/defaultdb?sslmode=disable')
3939
```
4040

41-
To connect using asyncpg:
41+
To connect using asyncpg (⚠️ experimental 🏗):
4242

4343
```
4444
from sqlalchemy import create_async_engine

0 commit comments

Comments
 (0)