| Crates.io | indexdb-es |
| lib.rs | indexdb-es |
| version | 0.1.0 |
| created_at | 2023-08-31 20:28:32.065573+00 |
| updated_at | 2023-08-31 20:28:32.065573+00 |
| 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
PersistedEventRepositorytrait 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: