| Crates.io | minimal-eventstore |
| lib.rs | minimal-eventstore |
| version | 0.1.2 |
| created_at | 2023-04-07 18:39:23.712102+00 |
| updated_at | 2023-05-27 15:41:39.664087+00 |
| description | Hobby project SQLite backed event sourcing store |
| homepage | https://github.com/daemonfire300/eventstore-rs |
| repository | https://github.com/daemonfire300/eventstore-rs |
| max_upload_size | |
| id | 833107 |
| size | 25,615 |
Minimal hobby project - eventstore with sqlite backend in rust
=======
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.