Type Definition rustbreak::PathDatabase

source · []
pub type PathDatabase<D, DS> = Database<D, PathBackend, DS>;
Expand description

A database backed by a file, using atomic saves.