asyncpg — asyncpg Documentation (original) (raw)

GitHub Actions status https://img.shields.io/pypi/status/asyncpg.svg?maxAge=2592000?style=plastic

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 Python’s asyncioframework.

asyncpg requires Python 3.9 or later and is supported for PostgreSQL versions 9.5 to 18. Other PostgreSQL versions or other databases implementing the PostgreSQL protocol may work, but are not being actively tested.

Contents