Your schema is
the runtime.
A SQL data engine that doesn't generate code. The schema parses once at startup into a runtime graph; queries compile to parameterized SQL on the way to the wire. Open source, MIT-licensed — the engine, the migrations, the Studio, all of it.
| title | status | ||
|---|---|---|---|
| Crestline MSA renewal | active | ada | 4 |
| Fyvault DPA — EU region | active | bob | 3 |
| Northwind pilot terms | draft | ada | 2 |
| Atlas SOW #2 | active | mei | 6 |
| Helios NDA (mutual) | draft | null | 0 |
zanith studio · the engine's instrument panel · drawn in code, no images
Schema in. SQL out. Nothing generated in between.
22.9ms
0.73ms
2.4µs
<5µs
SELECT id, email, role FROM users WHERE email ILIKE $1;parse once at boot · compile per query · parameterized to the wire
Your Prisma code runs on Zanith. db.ts changes. Nothing else does.
Destructive migrations refused.
Every drop recoverable.
Six risk levels, a hard gate, and artifacts that restore byte-identically — proven by the suite, not promised.
test suite · re-running
1,000-model compile
0 ms
risk scoring
86 · DESTRUCTIVE
dropColumn legacy
REFUSED
0 · safe
data intact
atomic updates
stock: { increment: 1 }
filters · faithful
contains: 'ada'
the whole engine
0 KB
esm · zero runtime deps · no client to generate
recovery · byte-identical
a91c·legacy
Three surfaces landed since the engine.
Studio
The web UI, bundled with the engine. Eight tabs, two levels.
Migrate
Generate, plan, verify, apply — with a risk model CI can gate on.
Recover
Every destructive op soft-dropped or archived. Restorable until cleanup.
$ zanith studio --allow-sql
✓ studio listening on http://127.0.0.1:4321
Pick the door that fits where you are.
Read the architectural case
Why code generation is the wrong shape — and the path off it
The strongest argument for runtime-first, in eight chapters — with the canonical numbers and the architectural diagrams.
How it actually works
Four layers, end to end · the engine made visible
Real schemas, real SQL
Side-by-side examples with the compiled output
The receipts
Sourced benchmark numbers, honest disclosures
What's shipped, what's next
The build log — engine map + release tracks
Built by the Fyboard team · v0.2.0 · MIT licensed when the package publishes · the build log is on /roadmap.