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§
- Database
Transaction - Held as
Box<dyn DatabaseTransaction>by the dynamic-SQL surface, so the trait uses#[async_trait]to stay object-safe.