Fast
Sub-10 ms reads at the edge. No cold starts, no pooling gymnastics.
Spin up a real database in seconds. One command, one URL, and you're live. No infrastructure to manage, no lock-in.
import { createClient } from "daabase"; const db = createClient(process.env.DAABASE_URL); await db.notes.insert({ title: "Kickoff" });const notes = await db.notes.find({ limit: 10 });Why Daabase
Five things that matter when you're building with AI and don't want to waste time on infrastructure.
Sub-10 ms reads at the edge. No cold starts, no pooling gymnastics.
One API, one SDK. From install to first query in minutes.
Your whole database fits in a file. Export it and take it anywhere.
Model-readable schema, native vectors, and an MCP server built in.
Open core. Self-host when you're ready. No proprietary formats.
Built for AI
AI apps write constantly, read unpredictably, and evolve their schema mid-flight. Daabase is designed for that pattern from day one.
Native MCP server: plug in Claude, Cursor, or your own agent and grant read or write per table, explicitly.
Types and descriptions travel with every table, so agents write correct queries without guessing.
Embeddings and relational data in one query. One database to maintain.
Audit what the agent did and revert one change without restoring everything.
tool
daabase.query(table, filter)
scope
notes:read, notes:write
latency
8 ms p50
Demo
No maze-like dashboards. Pick a step and read the code.
$ npx daabase init app ✓ database created app-7f2c✓ region auto (edge)✓ URL DAABASE_URL in .envComparison
It won't replace your data warehouse. It replaces the weekend you were about to lose configuring one.
Need heavy analytics, complex multi-region, or enterprise compliance? Use something bigger. To ship product fast, Daabase is more than enough.
The MVP is open. One command and you're live before your coffee.
Free for development · no card · export anytime