#event-store #event-sourcing #sqlite

minimal-eventstore

Hobby project SQLite backed event sourcing store

3 releases

0.1.2 May 27, 2023
0.1.1 Apr 17, 2023
0.1.0 Apr 7, 2023

#30 in #event-store

MIT license

15KB
324 lines

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/

Dependencies

~35MB
~567K SLoC