import asyncpg from quart import Quart app = Quart(__name__) @app.before_serving async def startup(): app.pool = await ...
確定! 回上一頁