Crates.io | indexdb-es |
lib.rs | indexdb-es |
version | 0.1.0 |
source | src |
created_at | 2023-08-31 20:28:32.065573 |
updated_at | 2023-08-31 20:28:32.065573 |
description | A WASM + IndexDB implementation of an event repository for cqrs-es. |
homepage | |
repository | https://github.com/forgen-org/indexdb-es |
max_upload_size | |
id | 960388 |
size | 32,137 |
An IndexDB implementation of the
PersistedEventRepository
trait in cqrs-es.
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: