mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-11 03:00:20 +00:00
33 lines
654 B
ReStructuredText
33 lines
654 B
ReStructuredText
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`.
|
|
|
|
Python versions supported: 3.7+
|
|
|
|
Installation
|
|
------------
|
|
``sprockets-postgres`` is available on the Python package index and is installable via pip:
|
|
|
|
.. code:: bash
|
|
|
|
pip3 install sprockets-postgres
|
|
|
|
|
|
Documentation
|
|
-------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
configuration
|
|
application
|
|
request_handler
|
|
query_result
|
|
connector
|
|
typing
|
|
exceptions
|
|
example
|
|
genindex
|