API Reference
Module Structure
pyro_postgres # Opts, IsolationLevel, PreparedStatement, Ticket, init()
├── sync # Conn, Transaction, Pipeline, Portal
├── async_ # Conn, Transaction, Pipeline, Portal (async)
└── error # Exception classes
Type Stubs
pyro_postgres- Core types and initializationpyro_postgres.sync- Synchronous APIpyro_postgres.async_- Asynchronous APIpyro_postgres.error- Exceptions