Skip to main content

SharedDatabase

Type Alias SharedDatabase 

Source
pub type SharedDatabase = Arc<RwLock<Database>>;
Expand description

Shared database handle that can be cloned across connections.

Aliased Typeยง

pub struct SharedDatabase { /* private fields */ }