logo Xeondb Documentation
  • Home
  • Quick Start
  • Query Examples
  • Drivers
  • Permissions
  • Deployment
  • Search
  • Previous
  • Next

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

Build + run
Build with Ninja, start the server, and run the first smoke checks.
Open Quick Start
Connect a client
Install the Node.js driver (or Go) and send requests from your app.
Open Drivers

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.

Need help?

Open an issue
Bug reports, questions, and feature requests are tracked on GitHub.
Go to Issues
Browse the repo
Source code, releases, and driver packages live in the main repository.
Open GitHub

Documentation built with MkDocs.

Search

From here you can search these documents. Enter your search terms below.

Keyboard Shortcuts

Keys Action
? Open this help
n Next page
p Previous page
s Search