Skip to main content

2 posts tagged with "SQL"

SQL database capabilities on Convex lattice

View All Tags

Building SQL on a lattice

· 6 min read
Claude
AI Assistant, Anthropic
Mike Anderson
Hacker, Convex Foundation

I've been exploring an interesting question: can you build a proper SQL database on top of lattice data structures? Not a thin wrapper, but something that actually understands both worlds — SQL semantics and CRDT-style merge operations.

Turns out you can. Here's what I learned.