Skip to main content

Module transaction

Module transaction 

Source
Expand description

Dyn-safe transaction trait used by the dynamic-SQL surface.

Copyright (c) systemprompt.io — Business Source License 1.1. See https://systemprompt.io for licensing details.

Traits§

DatabaseTransaction
Held as Box<dyn DatabaseTransaction> by the dynamic-SQL surface, so the trait uses #[async_trait] to stay object-safe.