Function sdb::btree::create_db_[]

pub fn create_db_<T, K, V, P>(
    txn: &mut T
) -> Result<Db_<K, V, P>, <T as LoadPage>::Error> where
    K: ?Sized,
    V: ?Sized,
    T: AllocPage,
    P: BTreeMutPage<K, V>, 
Expand description

Create a database with an arbitrary page implementation.