Install python sanic. $ pip install sanic · Install PostgreSQL Database Client. $ pip install asyncpg · Create conection pool. from asyncpg import create_pool @ ...
確定! 回上一頁