mongo-es 0.4.0

A MongoDB implementation of the cqrs-es event store.
Documentation

mongo-es

Crates.io Version codecov

A MongoDB implementation of the PersistedEventRepository trait in cqrs-es.


Usage

Add the following to your Cargo.toml:

[dependencies]
cqrs-es = "0.4.12"
mongo-es = "0.3.0"

It is recommended to follow the official documentation to build your CQRS application.

Useful Links