//! An object database delegating object access to multiple contained object databases
use crate::;
///
pub use Object;
///
///
/// An object database with tiered lookup in Alternates, loose objects and packs.
/// This is a typical git database as used in git repositories.