[][src]Module qualia::store

Structs

Checkpoint

A set of not-yet-committed changes to a Store, as created by Store::checkpoint().

Collection

A reference to the set of objects matching a given query, as returned by Store::all() or Store::query().

MutableCollection

A reference to a modifiable set of objects matching a given query, as returned by Checkpoint::query().

Store

A set of objects stored on disk.

Enums

StoreError

All errors that may be returned from a Store.

Type Definitions

Result

Convenience type for possibly returning a StoreError.