Sprockets Postgres ================== An set of mixins and classes for interacting with PostgreSQL using :mod:`asyncio` in :class:`Tornado ` / :class:`sprockets.http ` applications using :py:mod:`aiopg`. Installation ------------ ``sprockets-postgres`` is available on the Python package index and is installable via pip: .. code:: bash pip install sprockets-postgres Documentation ------------- .. toctree:: :maxdepth: 1 configuration application request_handler query_result connector typing exceptions example genindex