pub type SharedDatabase = Arc<RwLock<Database>>;
Shared database handle that can be cloned across connections.
pub struct SharedDatabase { /* private fields */ }