EdgeDB is a graph-relational database that provides a novel approach to handling common pain points in data modeling. It offers a powerful schema system, support for defining relations/associations, computed properties, and access policies. EdgeQL is the query language used to interact with the database. EdgeDB nudges users to move more application logic into the database layer, providing constraints, global variables, contexts, and authorization support out-of-the-box. EdgeDB offers both a basic client for executing queries and a TypeScript query builder for type-safe queries. The CLI and Admin UI provide additional tools for managing EdgeDB projects and databases.

12m read timeFrom thisdot.co
Post cover image
Table of contents
Data ModelingTypes and SetsEdgeQLDomain and business concernsDatabase Clients and Query Builders and GeneratorsTools and UtilitiesSummary

Sort: