sprockets-postgres/docs/index.rst

34 lines
654 B
ReStructuredText
Raw Permalink Normal View History

2020-04-08 22:15:50 +00:00
Sprockets Postgres
==================
An set of mixins and classes for interacting with PostgreSQL using :mod:`asyncio`
in :class:`Tornado <tornado.web.Application>` /
:class:`sprockets.http <sprockets.http.app.Application>` applications using
:py:mod:`aiopg`.
2020-04-08 22:22:24 +00:00
Python versions supported: 3.7+
2020-04-08 22:15:50 +00:00
Installation
------------
``sprockets-postgres`` is available on the Python package index and is installable via pip:
.. code:: bash
2020-04-08 22:22:24 +00:00
pip3 install sprockets-postgres
2020-04-08 22:15:50 +00:00
Documentation
-------------
.. toctree::
:maxdepth: 1
configuration
application
request_handler
query_result
connector
typing
exceptions
example
genindex