Skip to content

Commit 9d8a1c0

Browse files
tomchristie1st1
authored andcommitted
Link to databases package in FAQ.
1 parent 43c6b9c commit 9d8a1c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/faq.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Can I use asyncpg with SQLAlchemy ORM?
2121
Short answer: no. asyncpg uses asynchronous execution model
2222
and API, which is fundamentally incompatible with SQLAlchemy.
2323
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_.
2525

2626

2727
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[])``,
7575
where ``mytype`` is the array element type.
7676

7777
.. _asyncpgsa: https://github.com/CanopyTax/asyncpgsa
78+
.. _databases: https://github.com/encode/databases

0 commit comments

Comments
 (0)