Welcome to XeonDB Documentation
Search for commands, config, drivers, and examples. Tip: press s on any page to open search.
Pick a path
Quick Start
Build, run, and send a few queries over TCP.
Open Quick Start
Query examples
Schema, reads, scans with ORDER BY, updates, deletes.
See examples
Drivers
Official Node.js and Go clients with simple request/response flow.
Open Drivers
Deployment
Native binary or Docker, plus durability + config notes.
Open Deployment
Common tasks
Core concepts
SQL subset
PING, AUTH, USE, CREATE, INSERT, SELECT, UPDATE, DELETE, FLUSH, SHOW, DESCRIBE, DROP, TRUNCATE, ORDER BY, GROUP BY, MIN/MAX/COUNT/SUM/AVG.
Write path
Append to WAL, stage in memory, flush to sorted tables, compact in the background.
Xeondb Documentation