sprockets.mixins.postgresql =========================== Handler mixins that automatically connect a PostgreSQL client session upon initialization. |Version| |Downloads| |Status| |Coverage| |License| Installation ------------ ``sprockets.mixins.postgresql`` is available on the `Python Package Index `_ and can be installed via ``pip`` or ``easy_install``: .. code:: bash pip install sprockets.mixins.postgresql Requirements ------------ - `sprockets `_ - `sprockets.clients.postgresql `_ API Documentation ----------------- .. toctree:: :maxdepth: 2 api examples Version History --------------- See :doc:`history` Issues ------ Please report any issues to the Github project at `https://github.com/sprockets/sprockets.mixins.postgresql/issues `_ Source ------ ``sprockets.mixins.postgresql`` source is available on Github at `https://github.com/sprockets/sprockets.mixins.postgresql `_ License ------- ``sprockets.mixins.postgresql`` is released under the `3-Clause BSD license `_. Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. |Version| image:: https://badge.fury.io/py/sprockets.mixins.postgresql.svg? :target: http://badge.fury.io/py/sprockets.mixins.postgresql .. |Status| image:: https://travis-ci.org/sprockets/sprockets.mixins.postgresql.svg?branch=master :target: https://travis-ci.org/sprockets/sprockets.mixins.postgresql .. |Coverage| image:: https://img.shields.io/coveralls/sprockets/sprockets.mixins.postgresql.svg? :target: https://coveralls.io/r/sprockets/sprockets.mixins.postgresql .. |Downloads| image:: https://pypip.in/d/sprockets.mixins.postgresql/badge.svg? :target: https://pypi.python.org/pypi/sprockets.mixins.postgresql .. |License| image:: https://pypip.in/license/sprockets.mixins.postgresql/badge.svg? :target: https://sprocketsmixinspostgresql.readthedocs.org