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
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of asyncpg!