powdb-storage 0.4.3

Slotted-page heap, B+tree indexes, and WAL — pure-Rust storage engine for PowDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod btree;
pub mod buffer;
pub mod catalog;
pub mod disk;
pub mod error;
pub mod heap;
pub mod mvcc;
pub mod page;
pub mod row;
pub mod table;
pub mod tx;
pub mod types;
pub mod view;
pub mod wal;