Start a transaction in a connection with specified host selection rules.
If the requested host role is not available, may fall back to another host role, see ClusterHostType. If the transaction is RW, only master connection can be used.
Start a named transaction in a connection with specified host selection rules.
If the requested host role is not available, may fall back to another host role, see ClusterHostType. If the transaction is RW, only master connection can be used. name is used to set command control in config at runtime.
Start a named transaction in any available connection depending on transaction options.
If the transaction is RW, will start transaction in a connection to master. If the transaction is RO, will start trying connections starting with slaves. name is used to set command control in config at runtime.
Start a transaction in any available connection depending on transaction options.
If the transaction is RW, will start transaction in a connection to master. If the transaction is RO, will start trying connections starting with slaves.
Do NOT create a query string manually by embedding arguments! It leads to vulnerabilities and bad performance. Either pass arguments separately, or use storages::postgres::ParameterScope.
Execute a statement with specified host selection rules and command control settings.
Note
You must specify at least one role from ClusterHostType here
Warning
Do NOT create a query string manually by embedding arguments! It leads to vulnerabilities and bad performance. Either pass arguments separately, or use storages::postgres::ParameterScope.