_pool async def init_db_pool(): return await asyncpg.create_pool(database='test', user='postgres') def init_app(pool): app = App(pool) ...
確定! 回上一頁