Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 708 Bytes

index.rst

File metadata and controls

29 lines (21 loc) · 708 Bytes
https://travis-ci.org/MagicStack/asyncpg.svg?branch=master https://img.shields.io/pypi/status/asyncpg.svg?maxAge=2592000?style=plastic

asyncpg

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 asyncio framework.

asyncpg requires Python 3.5 or later and is supported for PostgreSQL versions 9.2 to 12.

Contents

.. toctree::
   :maxdepth: 2

   installation
   usage
   api/index
   faq