Module splinter::store[][src]

Expand description

Contains a StoreFactory trait, which is an abstract factory for building stores backed by a single storage mechanism (e.g. database)

Modules

Implementation of a StoreFactory for in memory

Implementation of a StoreFactory for PostgreSQL

Implementation of a StoreFactory for SQLite

Traits

An abstract factory for creating Splinter stores backed by the same storage