aiopg 1.4.0
0
Postgres integration with asyncio.
Contents
Postgres integration with asyncio.
Stars: 1398, Watchers: 1398, Forks: 159, Open Issues: 76The aio-libs/aiopg
repo was created 10 years ago and the last code push was 4 months ago.
The project is very popular with an impressive 1398 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
Related Packages
Errors
A list of common aiopg errors.
Code Examples
Here are some aiopg
code examples and snippets.
GitHub Issues
The aiopg package has 76 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