indexdb-es

Crates.ioindexdb-es
lib.rsindexdb-es
version0.1.0
sourcesrc
created_at2023-08-31 20:28:32.065573
updated_at2023-08-31 20:28:32.065573
descriptionA WASM + IndexDB implementation of an event repository for cqrs-es.
homepage
repositoryhttps://github.com/forgen-org/indexdb-es
max_upload_size
id960388
size32,137
Alexandre (Almaju)

documentation

https://docs.rs/indexdb-es

README

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

Commit count: 2

cargo fmt