Interactive REPL and CLI for PowDB — 3-10x faster than SQLite on aggregates
PowQL lexer, parser, planner, and executor — compiled query engine for PowDB
Async TCP server for PowDB with a binary wire protocol — pure Rust, no SQL parsing layer
Slotted-page heap, B+tree indexes, and WAL — pure-Rust storage engine for PowDB