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

Create a database for sized keys and values.