Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allisson/asyncpg-utils

Utilities for Asyncpg
https://github.com/allisson/asyncpg-utils

Last synced: about 1 month ago
JSON representation

Utilities for Asyncpg

Awesome Lists containing this project

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