File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Can I use asyncpg with SQLAlchemy ORM?
2121Short answer: no. asyncpg uses asynchronous execution model
2222and API, which is fundamentally incompatible with SQLAlchemy.
2323However, it is possible to use asyncpg and SQLAlchemy Core
24- with the help of a third-party adapter, such as asyncpgsa _.
24+ with the help of a third-party adapter, such as asyncpgsa _ or databases _ .
2525
2626
2727Can I use dot-notation with :class: `asyncpg.Record `? It looks cleaner.
@@ -75,3 +75,4 @@ a value against a sequence use ``expression = any($1::mytype[])``,
7575where ``mytype `` is the array element type.
7676
7777.. _asyncpgsa : https://github.com/CanopyTax/asyncpgsa
78+ .. _databases : https://github.com/encode/databases
You can’t perform that action at this time.
0 commit comments