Databases gives you simple asyncio support for a range of databases. It allows you to make queries using the powerful SQLAlchemy Core expression language, and provides support for PostgreSQL, MySQL, and SQLite. Databases is suitable for integrating against any async Web framework, such as Starlette, Sanic, Responder, Quart, aiohttp, Tornado, or FastAPI. WWW: https://github.com/encode/databases PR: 257313 Reported by: Goran Mekić <meka@tilda.center> (new maintainer) Reviewed by: koobs
10 lines
400 B
Plaintext
10 lines
400 B
Plaintext
Databases gives you simple asyncio support for a range of databases.
|
|
|
|
It allows you to make queries using the powerful SQLAlchemy Core expression
|
|
language, and provides support for PostgreSQL, MySQL, and SQLite.
|
|
|
|
Databases is suitable for integrating against any async Web framework, such as
|
|
Starlette, Sanic, Responder, Quart, aiohttp, Tornado, or FastAPI.
|
|
|
|
WWW: https://github.com/encode/databases
|