Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allisson/asyncpg-utils
Utilities for Asyncpg
https://github.com/allisson/asyncpg-utils
Last synced: 23 days ago
JSON representation
Utilities for Asyncpg
- Host: GitHub
- URL: https://github.com/allisson/asyncpg-utils
- Owner: allisson
- License: mit
- Created: 2018-01-01T23:05:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T00:01:41.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T12:07:21.605Z (28 days ago)
- Language: Python
- Size: 36.1 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - asyncpg-utils - Utilities for Asyncpg (Python)
README
=============
asyncpg-utils
=============|TravisCI Build Status| |Coverage Status| |Requirements Status| |Version|
----
Utilities for Asyncpg.
How to install
==============.. code:: shell
pip install asyncpg-utils
How to Use
==========* `Database `_
* `Database Pool `_
* `Transaction `_
* `Transaction Pool `_
* `TableManager `_
* `TableManager Filters `_
* `TableManager Joins `_
* `TableManager Hook `_
* `TableManager Transaction `_
* `TableManager Transaction Pool `_Check `https://github.com/allisson/asyncpg-utils/tree/master/examples `_ for more code examples.
.. |TravisCI Build Status| image:: https://travis-ci.org/allisson/asyncpg-utils.svg?branch=master
:target: https://travis-ci.org/allisson/asyncpg-utils
.. |Coverage Status| image:: https://codecov.io/gh/allisson/asyncpg-utils/branch/master/graph/badge.svg
:target: https://codecov.io/gh/allisson/asyncpg-utils
.. |Requirements Status| image:: https://requires.io/github/allisson/asyncpg-utils/requirements.svg?branch=master
:target: https://requires.io/github/allisson/asyncpg-utils/requirements/?branch=master
.. |Version| image:: https://badge.fury.io/py/asyncpg-utils.svg
:target: https://badge.fury.io/py/asyncpg-utils