mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-14 03:00:19 +00:00
10 lines
285 B
ReStructuredText
10 lines
285 B
ReStructuredText
|
PostgresConnector
|
||
|
=================
|
||
|
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
|