Contents

aiopg 1.4.0

0

Postgres integration with asyncio.

Postgres integration with asyncio.

Stars: 1371, Watchers: 1371, Forks: 156, Open Issues: 71

The aio-libs/aiopg repo was created 10 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 1371 github stars!

How to Install aiopg

You can install aiopg using pip

pip install aiopg

or add it to a project with poetry

poetry add aiopg

Package Details

Author
Andrew Svetlov
License
BSD
Homepage
https://aiopg.readthedocs.io
PyPi:
https://pypi.org/project/aiopg/
GitHub Repo:
https://github.com/aio-libs/aiopg

Classifiers

  • Database
  • Database/Front-Ends
No  aiopg  pypi packages just yet.

Errors

A list of common aiopg errors.

Code Examples

Here are some aiopg code examples and snippets.

GitHub Issues

The aiopg package has 71 open issues on GitHub

  • fixes #886, simple fixes for twophase methods
  • SAConnection twophase methods are broken
  • Make sure connection._ready() does not stall on bad file descriptor
  • Support Test Isolation

See more issues on GitHub

Related Packages & Articles

aiojobs 1.2.1

Job scheduler for managing background tasks (asyncio)

aioice 0.9.0

An implementation of Interactive Connectivity Establishment (RFC 5245)

aiohttp 3.9.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.