Table of contents
No headings in the article.
Available options: Drizzle, Prisma, etc.
Instead of the relational model it implements an object graph model
Some Points :
EdgeDB is not a graph database: the data is stored and queried using relational database techniques and requires a strict schema2
EdgeDB is not a document database, but inserting, modifying, and querying hierarchical document-like data is trivial
EdgeDB is based on PostgreSQL and inherits all of its strengths: reliability, ACID compliance, and performance
💡
Thank you for reading. A full series with a short and clear implementation will come soon. with handle project