1 unstable release
0.1.0 | Aug 31, 2023 |
---|
#62 in #cqrs
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:
- User guide along with an introduction to CQRS and event sourcing.
- Demo application using the warp http server.
- Change log
Dependencies
~11–20MB
~276K SLoC