An embedded ACID engine with SQL, an HTTP API, and a binary RPC protocol. The whole database lives in a single .fdb file — like SQLite. Connect as if it were real PostgreSQL or MySQL — just change the port.
The engine, the HTTP API and the admin panel are one process on your own infrastructure. No telemetry, nothing phoned home — not while running, not while building dashboards.
Like SQLite: no database server, no data directory full of files. Copy the file, copy the whole database. Convenient for backups, moving between environments, and version control.
One engine — whichever protocol you already use.
Datasets, charts, a No-Code query builder, and an AI assistant — build a dashboard without writing a line of SQL. Publish it via a link with a password and an expiry: visitors see only the data, never the SQL or the database schema.
A conversational SQL assistant, a read-only tool-calling agent, smart export, and semantic search — work with any OpenAI-compatible provider. Nothing runs without your confirmation.
4 embedding providers (OpenAI, Voyage, Gemini, Yandex Cloud), cosine similarity, vector search out of the box.
Drag-and-drop CSV/TSV/JSON/JSONL, column mapping, filters, dry-run before applying.
Covers ~90% of a typical OLTP API. Full table in the documentation.
One binary. One database file. No dependencies.