Building SQL on a Lattice: A Technical Exploration
· 6 min read
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.
