flowdb 0.8.0

A high-performance embedded time-series + JSON document storage engine (LSM-tree), with built-in IndexedDB-compatible API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
target/
Cargo.lock
data/

# napi-rs generated binaries (platform-specific)
bindings/node/*.node

# Node.js dependencies
bindings/node/node_modules/

# npm package artifacts (built locally, never committed)
bindings/node/dist/
bindings/node/npm/
bindings/node/artifacts/