pub fn open_database(
    client_path: &str,
    config: &DatabaseConfig
) -> Result<Arc<dyn BlockChainDB>>