tonbo 0.4.0-a1

Embedded database for serverless and edge runtimes, storing data as Parquet on S3
Documentation
1
2
3
4
5
6
mod core;
mod wal_gc;
mod wal_recovery;

#[cfg(all(target_arch = "wasm32", feature = "web"))]
mod wasm_web;