forked from Lainports/opnsense-ports
9 lines
400 B
Text
9 lines
400 B
Text
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
|