Expand description
SQL access capability traits.
Traits§
- SqlAccess
- Base SQL access capability.
- SqlReader
- Read-capable SQL connection.
- SqlWriter
- Write-capable SQL connection (extends
SqlReader).
Type Aliases§
- Atomic
Unit Op - A caller-supplied unit of work to run as ONE atomic operation via
SqlAccess::atomic_unit(ADR-067 Component A, Fork C slice 2). - BoxFuture
- A boxed future, borrowing from the
&mut dyn SqlWriteranAtomicUnitOpis called with (seeSqlAccess::atomic_unit).