EdgeDB EdgeDB is the next-generation object-relational database

CHIRAG KUMARCHIRAG KUMAR
1 min read

Table of contents

Available options: Drizzle, Prisma, etc.

Instead of the relational model it implements an object graph model

Some Points :

  1. EdgeDB is not a graph database: the data is stored and queried using relational database techniques and requires a strict schema2

  2. EdgeDB is not a document database, but inserting, modifying, and querying hierarchical document-like data is trivial

  3. EdgeDB is based on PostgreSQL and inherits all of its strengths: reliability, ACID compliance, and performance

read more

💡
Thank you for reading. A full series with a short and clear implementation will come soon. with handle project
0
Subscribe to my newsletter

Read articles from CHIRAG KUMAR directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

CHIRAG KUMAR
CHIRAG KUMAR

Full stack Developer