EdgeDB, a graph-relational database built on top PostgreSql

published on 2022/07/06

EdgeDB is an open-source database designed as a spiritual successor to SQL and the relational paradigm. It aims to solve some hard design problems that make existing databases unnecessarily onerous to use.

Powered by the Postgres query engine under the hood, EdgeDB thinks about schema the same way you do: as objects with properties connected by links. It's like a relational database with an object-oriented data model, or a graph database with strict schema. We call it a graph-relational database.

EdgeDB

They will launch version 2 next week. It is worth checking out. The fact that they built it on top of PostgreSql is really a good sign.