# 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/)