eventdbx 1.12.4

An event-sourced, key-value, write-side database system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
:root {
    color-scheme: dark;
}

body {
    font-feature-settings: "ss02" 1, "cv02" 1;
}

::selection {
    background: rgba(255, 79, 109, 0.4);
    color: #ffffff;
}