Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 7721734

Browse files
Merge branch 'master' of https://github.com/encode/databases
2 parents bb5d009 + 72f81f1 commit 7721734

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Databases gives you simple asyncio support for a range of databases.
1717
It allows you to make queries using the powerful [SQLAlchemy Core][sqlalchemy-core]
1818
expression language, and provides support for PostgreSQL, MySQL, and SQLite.
1919

20+
Databases is suitable for integrating against any async Web framework, such as [Starlette][starlette],
21+
[Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [FastAPI][fastapi], or [Bocadillo][bocadillo].
22+
2023
**Requirements**: Python 3.6+
2124

2225
---
@@ -263,3 +266,11 @@ If you're using the `databases.DatabaseURL` datatype, you can obtain this using
263266
[asyncpg]: https://github.com/MagicStack/asyncpg
264267
[aiomysql]: https://github.com/aio-libs/aiomysql
265268
[aiosqlite]: https://github.com/jreese/aiosqlite
269+
270+
[starlette]: https://github.com/encode/starlette
271+
[sanic]: https://github.com/huge-success/sanic
272+
[responder]: https://github.com/kennethreitz/responder
273+
[quart]: https://gitlab.com/pgjones/quart
274+
[aiohttp]: https://github.com/aio-libs/aiohttp
275+
[fastapi]: https://github.com/tiangolo/fastapi
276+
[bocadillo]: https://github.com/bocadilloproject/bocadillo

0 commit comments

Comments
 (0)