Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 747 Bytes

File metadata and controls

25 lines (16 loc) · 747 Bytes

mongo-es

Crates.io Version codecov Check dependencies

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


Usage

Add the following to your Cargo.toml:

[dependencies]
cqrs-es = "0.5.0"
mongo-es = "0.4.1"

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

Useful Links