indexdb-es 0.1.0

A WASM + IndexDB implementation of an event repository for cqrs-es.
Documentation

indexdb-es

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


Usage

Add to your Cargo.toml file:

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

A simple configuration example:

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

Things that could be helpful:

Crates.io docs