Quart-DB#
Quart-DB is a Quart extension that provides managed connection(s) to postgresql database(s). Using Quart-DB you can,
connect to Postgresql databases,
on top of everything Quart can do.
Quart-DB uses asyncpg to connect to the databse and buildpg to allow for named bind parameters.
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.