mongo-es 0.1.0

A MongoDB implementation of the cqrs-es event store.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# mongo-es

[![Crates.io Version](https://img.shields.io/crates/v/mongo-es)](https://crates.io/crates/mongo-es)

A MongoDB implementation of the `PersistedEventRepository` trait in [cqrs-es](https://crates.io/crates/cqrs-es).

---

## Usage

Add the following to your `Cargo.toml`:

```toml
[dependencies]
cqrs-es = "0.4.12"
mongo-es = "0.1.0"
```