Function terminus_store::store::open_memory_store[][src]

pub fn open_memory_store() -> Store

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.