Tagged: database
4 projects across the lattice ecosystem.
Embedded Engines
- Convex DB Lattice-backed SQL database with JDBC and PostgreSQL wire compatibility — full relational tooling over convergent state.
- KV Database Named KV database on the lattice with per-owner signed replicas. Rich data types — counters, lists, sets, sorted sets, hashes — Redis-style, globally mergeable.
Convex Architecture Documents
- CAD037: KV Database A Redis-style per-owner signed KV store on the lattice — multi-writer, offline-first, convergent without leader election because merge is mathematical, not negotiated. Gives hybrid dApps the shared mutable state that a global blockchain cannot afford to host.
- CAD039: Convex SQL Typed SQL tables on the lattice with Apache Calcite as the query planner — full SELECT/JOIN/aggregate over decentralised, CRDT-replicated rows. Bridges relational thinking to CRDT storage, so existing SQL tooling plugs into a decentralised backend.