asyncpg is a high-performance PostgreSQL client library designed for Python's asyncio framework. It offers a clean and efficient implementation of the PostgreSQL server binary protocol, enabling developers to execute database operations asynchronously. This approach allows for scalable and responsive applications that can handle numerous concurrent database connections.
Features
- Asynchronous support using Python's asyncio
- Direct implementation of PostgreSQL's binary protocol
- High performance with low latency
- Support for prepared statements and connection pooling
- Type-safe query parameters and results
- Compatibility with Python 3.8 and above
Categories
LibrariesLicense
Apache License V2.0Follow asyncpg
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of asyncpg!