[][src]Crate sfsdb

Modules

database

Traits

GenericDatabase

All databases implement this trait.

Functions

new

A simple purely file-system database.

new_cached

A cached database. Used the exact same way as a simple but automaticaly caches the top most used key/value's for faster read access.

new_indexed

An indexed+cached database which allows you to bundle any struct along with your data, and then later query it through closures.