minimal-eventstore 0.1.2

Hobby project SQLite backed event sourcing store
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# eventstore-rs

Minimal hobby project - eventstore with sqlite backend in rust

=======
## About

Minimal hobby project. Aim is to have a rust lib with sqlite as backend
which offers a basic eventstore, e.g., like EventStore, for other event-sourcing based hobby projects.


## References

  1. [https://cqrs.wordpress.com/documents/building-event-storage/]https://cqrs.wordpress.com/documents/building-event-storage/