lbasedb 0.1.2

Low level DBMS in Rust focusing on datasets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "lbasedb"
version = "0.1.2"
edition = "2021"
authors = ["Alexander Khlebushchev"]
license = "MIT"
repository = "https://github.com/fomalhaut88/lbasedb"
description = "Low level DBMS in Rust focusing on datasets."

[dependencies]
base64 = "0.22.1"
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }