pub type DatabaseRc = Arc<Box<dyn Database>>;
Represents a thread-safe reference to a boxed database trait object
pub struct DatabaseRc { /* private fields */ }