pub type SharedDatabase = Arc<Database>;
Thread-safe database handle.
pub struct SharedDatabase { /* private fields */ }