entdb 0.1.0

Rust-based SQL database engine core for EntDB.
Documentation
1
2
3
4
5
6
7
8
# entdb

Core library crate for EntDB.

- Rust-based SQL database engine internals
- storage, WAL/recovery, MVCC, query execution

Project home: <https://github.com/nssalian/entdb>