We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
databases
1 parent 43c6b9c commit 9d8a1c0Copy full SHA for 9d8a1c0
1 file changed
docs/faq.rst
@@ -21,7 +21,7 @@ Can I use asyncpg with SQLAlchemy ORM?
21
Short answer: no. asyncpg uses asynchronous execution model
22
and API, which is fundamentally incompatible with SQLAlchemy.
23
However, it is possible to use asyncpg and SQLAlchemy Core
24
-with the help of a third-party adapter, such as asyncpgsa_.
+with the help of a third-party adapter, such as asyncpgsa_ or databases_.
25
26
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
where ``mytype`` is the array element type.
76
77
.. _asyncpgsa: https://github.com/CanopyTax/asyncpgsa
78
+.. _databases: https://github.com/encode/databases
0 commit comments