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.
- Host: GitHub
- URL: https://github.com/impierce/eventsourcingdb-es
- Owner: impierce
- License: apache-2.0
- Created: 2025-09-08T06:57:39.000Z (9 months ago)
- Default Branch: alpha
- Last Pushed: 2025-09-08T07:42:48.000Z (9 months ago)
- Last Synced: 2025-09-08T08:34:51.575Z (9 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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"
```