Function sdb::btree::create_db[]

pub fn create_db<T, K, V>(
    txn: &mut T
) -> Result<Db_<K, V, Page<K, V>>, <T as LoadPage>::Error> where
    K: Storable,
    V: Storable,
    T: AllocPage, 
Expand description

Create a database for sized keys and values.