Speaking PostgreSQL: Wire Protocol on a Lattice Database
· 6 min read
What if you could point psql at a lattice database and just... query it? No custom clients. No special drivers. Just psql -h localhost -p 5432 and you're in.
That was the goal. Here's how we got there.
