{
  "$schema": "https://brittleboye.github.io/awesome-lattice/projects.schema.json",
  "category": {
    "id": "engines",
    "title": "Embedded Engines",
    "url": "https://brittleboye.github.io/awesome-lattice/engines/"
  },
  "slug": "convex-db",
  "name": "Convex DB",
  "description": "Lattice-backed SQL database with JDBC and PostgreSQL wire compatibility — full relational tooling over convergent state.",
  "longDescription": "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.\n\nIntended for applications that need both the ergonomics of SQL and the properties of lattice storage: multi-peer replication, content-addressed history, and deterministic merges.",
  "homepage": null,
  "repo": "https://github.com/Convex-Dev/convex",
  "docs": "https://docs.convex.world",
  "links": [
    {
      "label": "Javadoc",
      "url": "https://javadoc.io/doc/world.convex/convex-db"
    }
  ],
  "tags": [
    "sql",
    "jdbc",
    "database"
  ],
  "badge": null,
  "status": "beta",
  "licensing": "open-source",
  "license": "Apache-2.0",
  "mcp": null,
  "url": "https://brittleboye.github.io/awesome-lattice/projects/engines/convex-db/",
  "markdown": "https://brittleboye.github.io/awesome-lattice/projects/engines/convex-db.md",
  "generated": "2026-04-19T08:15:29.482Z"
}