cortex​mesh

Component · built · partial

It's SQL-shaped. We won't pretend it's SQL yet.

There's a query interface over the shard store with the shape you expect — tables, rows, primary keys, secondary indexes for WHERE column = value without a full scan. What there isn't, yet, is a SQL text parser. You call it from Go.

What's built

What's still design

The phased plan is in docs/SQL_LAYER.md in the repo. This is the layer most likely to change based on the waitlist.


Tell us what SQL surface you need →