asyncpg

Package — DatabasePython 3.7+Intermediate

High-performance async PostgreSQL driver

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (C extension)
Install
pip install asyncpg

Learn by Difficulty

Quick Example

python
# Install: pip install asyncpg
import asyncpg

# Basic asyncpg usage
print(f"Using asyncpg")
# See documentation for detailed examples

asyncpg is a third-party package. High-performance async PostgreSQL driver. Install with: pip install asyncpg

Try in Playground

Tags

packagedatabaseormpersistence