API Reference

Connection handlers

BaseConnector(**kwargs)

Base class for all connectors.

Connector([pool_size, pre_ping, max_reconnects])

Setting a connection with database.

Communication agents

BaseCommuter(connector)

Base class for all commuters.

Commuter([pool_size, pre_ping, max_reconnects])

Communication agent.

Asynchronous interaction

Listener([pool_size, pre_ping, max_reconnects])

Listener on the notification channel.