minimal-eventstore

Crates.iominimal-eventstore
lib.rsminimal-eventstore
version0.1.2
sourcesrc
created_at2023-04-07 18:39:23.712102
updated_at2023-05-27 15:41:39.664087
descriptionHobby project SQLite backed event sourcing store
homepagehttps://github.com/daemonfire300/eventstore-rs
repositoryhttps://github.com/daemonfire300/eventstore-rs
max_upload_size
id833107
size25,615
Julius F (daemonfire300)

documentation

README

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/
Commit count: 16

cargo fmt