Skip to main content

Module transaction

Module transaction 

Source

Structs§

Prepared
Prepared statement wrapper for Postgres.
PreparedExecute
Builder for executing a prepared Postgres DML statement inside a transaction.
PreparedSelect
Builder for executing a prepared Postgres SELECT inside a transaction.
Tx
Lightweight transaction wrapper for Postgres.

Functions§

begin_transaction
Begin a new transaction on the provided Postgres connection.