aiopg is an asynchronous PostgreSQL database driver for Python built on top of asyncio and psycopg2. It provides support for asynchronous query execution and connection pooling, enabling efficient, non-blocking database access in Python applications. aiopg is well-suited for web services and microservices that require concurrency without threads.
Features
- Asynchronous PostgreSQL access with asyncio
- Built on top of psycopg2 for full Postgres feature support
- Connection pooling for performance and resource control
- Full support for server-side cursors
- Works seamlessly with SQLAlchemy core
- Suitable for high-concurrency async applications
Categories
DatabaseLicense
BSD LicenseFollow aiopg
Other Useful Business Software
Go From AI Idea to AI App Fast
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of aiopg!