Structs§
- Connection abstraction that provides on possible implementation which uses the building blocks (
State) provided by this crate. - Same as
Connectionbut with an async executor. - Building block to provide tracking capabilities to any type of sqlite connection which implements the
SqlConnectiontrait.
Traits§
- Defines an implementation of a sqlite connection from which we can create an
SqlTransaction. - Defines an implementation of a sqlite connection from which we can create an
crate::connection::SqlTransaction. - Defines an implementation capable of executing SQL statement on a sqlite connection.
- Defines an implementation capable of executing SQL statement on a sqlite connection.
- Defines a transaction on a sqlite connection.
- Defines a transaction on a sqlite connection.