Vlad

Results 1 comments of Vlad

You can use the `init` method for `asyncpg`. Works great for me ``` from asyncpg import Connection from databases import Database as BaseDatabase import orjson from app.utils.meta import MetaSingleton async...