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

Enums

The possible connection types and identifiers for a StoreFactory

Traits

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

Functions

Creates a StoreFactory backed by the given connection