pub type InMemoryReefDB = ReefDB<InMemoryStorage, InvertedIndex<DefaultTokenizer>>;
pub struct InMemoryReefDB { /* private fields */ }