pub fn open_memory_store() -> Store
Expand description

Open a store that is entirely in memory.

This is useful for testing purposes, or if the database is only going to be used for caching purposes.