Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
85 lines (61 loc) · 1.31 KB

testgres.rst

File metadata and controls

85 lines (61 loc) · 1.31 KB

testgres package

testgres.api

.. automodule:: testgres.api
    :members:
    :undoc-members:
    :show-inheritance:

testgres.backup

.. automodule:: testgres.backup
    :members:
    :undoc-members:
    :show-inheritance:

testgres.config

.. automodule:: testgres.config
    :members:
    :undoc-members:
    :show-inheritance:
    :member-order: groupwise

testgres.connection

.. automodule:: testgres.connection
    :members:
    :undoc-members:
    :show-inheritance:

testgres.enums

.. automodule:: testgres.enums
    :members:
    :undoc-members:
    :show-inheritance:

testgres.exceptions

.. automodule:: testgres.exceptions
    :members:
    :undoc-members:
    :show-inheritance:

testgres.node

.. autoclass:: testgres.node.PostgresNode
   :members:

   .. automethod:: __init__

.. autoclass:: testgres.node.ProcessProxy
   :members:

testgres.standby

.. automodule:: testgres.standby
    :members:
    :undoc-members:
    :show-inheritance:

testgres.pubsub

.. automodule:: testgres.pubsub

.. autoclass:: testgres.node.Publication
   :members:

   .. automethod:: __init__

.. autoclass:: testgres.node.Subscription
   :members:

   .. automethod:: __init__