# Convex DB

> Lattice-backed SQL database with JDBC and PostgreSQL wire compatibility — full relational tooling over convergent state.

**Category:** Embedded Engines  
**Status:** beta  
**Licensing:** open-source  
**License:** Apache-2.0  
**Page:** https://brittleboye.github.io/awesome-lattice/projects/engines/convex-db/

## Description

Convex DB is a relational database built on the Convex lattice. It speaks SQL via JDBC and the PostgreSQL wire protocol, so existing tooling — drivers, ORMs, query builders, BI tools — works out of the box. Under the hood, rows and indexes are stored as lattice-structured data that merges convergently, giving you standard relational semantics on top of a decentralised, replicated state layer.

Intended for applications that need both the ergonomics of SQL and the properties of lattice storage: multi-peer replication, content-addressed history, and deterministic merges.

## Links

- **Source:** https://github.com/Convex-Dev/convex
- **Documentation:** https://docs.convex.world
- **Javadoc:** https://javadoc.io/doc/world.convex/convex-db

## Tags

`sql` `jdbc` `database`

_Generated 2026-04-19T08:15:29.592Z by Awesome Lattice._