mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-11 03:00:20 +00:00
9 lines
287 B
ReStructuredText
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
|