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?
21
21
Short answer: no. asyncpg uses asynchronous execution model
22
22
and API, which is fundamentally incompatible with SQLAlchemy.
23
23
However, 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 _ .
25
25
26
26
27
27
Can 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[])``,
75
75
where ``mytype `` is the array element type.
76
76
77
77
.. _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