Skip to main content

Module transaction

Module transaction 

Source
Expand description

§Transaction Module

This module provides the transaction management functionality for Bottle ORM. It allows executing multiple database operations atomically, ensuring data consistency.

Structs§

Transaction
A wrapper around a SQLx transaction.