Skip to main content

RusqliteBackend

Type Alias RusqliteBackend 

Source
pub type RusqliteBackend = Storage;
Expand description

The native storage backend: the rusqlite-backed storage::Storage.

Database’s type parameter defaults to this, so existing native callers keep writing Database and get the synchronous rusqlite-backed engine.

Aliased Type§

pub struct RusqliteBackend { /* private fields */ }