An extension for GINO to support aiohttp.web server.
The common usage looks like this:
fromaiohttpimportwebfromgino.ext.aiohttpimportGinodb=Gino()
app=web.Application(middlewares=[db])
db.init_app(app)There was an error while loading. Please reload this page.