Skip to main content

Module sql

Module sql 

Source
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§

AtomicUnitOp
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 SqlWriter an AtomicUnitOp is called with (see SqlAccess::atomic_unit).