cqrs-rust-lib 0.8.0

An opinionated implementation of CQRS/Event Sourcing with pluggable storage backends (InMemory, PostgreSQL, MongoDB, SurrealDB)
Documentation
1
2
3
pub use crate::es::inmemory::InMemoryPersist;
pub use crate::es::inmemory::InMemoryPersist as EventStorePersist;
pub use crate::read::InMemoryViewStore;