Quart-DB#
Quart-DB is a Quart extension that provides managed connection(s) to postgresql or sqlite database(s). Using Quart-DB you can,
connect to Postgresql or SQLite databases,
on top of everything Quart can do.
Quart-DB when connecting to PostgresQL databases uses asyncpg with buildpg to allow for named bind parameters.
Quart-DB uses aiosqlite to connect to SQLite databases.
If you are,
new to Quart-DB then try the Quickstart,
new to Quart then try the Quart documentation,
Quart-DB is developed on GitHub. If you come across an issue, or have a feature request please open an issue.If you want to contribute a fix or the feature-implementation please do (typo fixes welcome), by proposing a merge request. If you want to ask for help try on gitter.