sprockets-postgres/docs/connector.rst
2020-04-08 18:22:24 -04:00

9 lines
287 B
ReStructuredText

Postgres Connector
==================
A :class:`~sprockets_postgres.PostgresConnector` instance contains a cursor for
a Postgres connection and methods to execute queries.
.. autoclass:: sprockets_postgres.PostgresConnector
:members:
:undoc-members:
:member-order: bysource