1 个不稳定版本
0.1.0 | 2019年4月10日 |
---|
#321 在 数据库实现
3KB
Stors
文件存储数据库
什么是Stors?
Stors是一个用Rust编写的文件存储数据库。
它存储文件或大量数据。
从源代码构建
要求
- Git >= 2.11
- Rust >= 1.33
- Cargo >= 1.33
从Git克隆
git clone https://github.com/ltheinrich/stors && cd stors
使用Cargo构建
cargo build --release
二进制文件为Stors服务器 ./target/release/stors
和Stors CLI ./target/release/stors-cli
。
build.sh仅用于交叉编译新版本。