asyncpg is a database interface library designed specifically for PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL server binary protocol for use with ...
You'd think the world would have enough job servers by now, right? Yet, I couldn't find one to fit my needs of having a persistent job queue with python classes as ...