Welcome to XeonDB Documentation
A lightweight, high-performance NoSQL database that is scalable and durable.
Getting started
First steps
Build, run locally, and send your first queries.
Open Quick Start
Deployment
Run natively or via Docker and keep data durable.
Open Deployment
Query examples
Create tables, insert rows, scan with ORDER BY.
See examples
Drivers
Connect from your app with the official Node.js driver.
See drivers
Core concepts
SQL subset
PING, AUTH, USE, CREATE, INSERT, SELECT, UPDATE, DELETE, FLUSH, SHOW, DESCRIBE, DROP, TRUNCATE, ORDER BY.
Protocol
One SQL statement per line over TCP, one JSON response per line.
Xeondb Documentation