SharedSqliteConnection

Type Alias SharedSqliteConnection 

Source
pub type SharedSqliteConnection = Arc<SqliteWorker>;
Expand description

Shared, worker-backed SQLite connection handle.

Aliased Typeยง

pub struct SharedSqliteConnection { /* private fields */ }