Closed copdips closed 5 months ago
Quart-DB is specifically designed to be used with Quart, it is a Quart extension that sets up DB connections and places a connection on the g
object. SQLAlchemy can be used with Quart or anything else. You could use SQLAlchemy to reimplement Quart-DB if desired.
Does quart db work as an ORM, like provides add
, commit
etc?, the way sqlalchemy does.
Hello,
Could you please provide some information about quart-db vs sqlalchemy ? Thanks