An open API service indexing awesome lists of open source software.

https://github.com/impierce/eventsourcingdb-es

An EventSourcingDB implementation of the cqrs-es event store.
https://github.com/impierce/eventsourcingdb-es

Last synced: 9 months ago
JSON representation

An EventSourcingDB implementation of the cqrs-es event store.

Awesome Lists containing this project

README

          

# eventsourcingdb-es

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

An [EventSourcingDB](https://docs.eventsourcingdb.io) 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"
eventsourcingdb-es = "0.1.0"
```