#event-sourcing #cqrs #events #indexdb

indexdb-es

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

1 unstable release

0.1.0 Aug 31, 2023

#901 in WebAssembly

Apache-2.0

20KB
298 lines

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

Dependencies

~11–15MB
~262K SLoC