indexdb-es

An IndexDB implementation of the PersistedEventRepository trait in cqrs-es.


Usage

Add to your Cargo.toml file:

toml [dependencies] cqrs-es = "0.4.10" indexdb-es = "0.4.10"

A simple configuration example:

rs let cqrs = indexdb_es::indexdb_cqrs(vec![])

Things that could be helpful:

Crates.io docs