eventdbx 1.15.3

An event-sourced, key-value, write-side database system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod aggregate;
pub mod client;
pub mod config;
pub mod queue;
pub mod plugin;
pub mod remote;
pub mod schema;
pub mod start;
pub mod system;
pub mod token;
pub mod upgrade;