Graph-Relational Model
EdgeDB combines the features of relational and graph databases, allowing for complex queries and relationships while maintaining data integrity typical in relational databases.
Advanced Query Language (EdgeQL)
EdgeQL offers a more intuitive and expressive query syntax compared to traditional SQL, facilitating easier and more efficient data retrieval.
Schema Evolution
EdgeDB provides robust tools for schema migrations and versioning, making it easier to evolve the database schema without downtime or data loss.
Type Safety
With its strong typing system, EdgeDB reduces runtime errors by ensuring data type consistency across the database operations.
Integrated Indexing and Constraints
EdgeDB supports advanced indexing and constraints, improving query performance and maintaining data integrity natively.
A new DB, with a new query language that's like "SQL done right"? This immediately reminded me of EdgeDB: https://edgedb.com/ Is there anyone here who knows enough about these two products to do a compare/contrast? - Source: Hacker News / over 1 year ago
See also https://edgedb.com/ which is another relational database without sql. - Source: Hacker News / over 1 year ago
>relational no-sql Do you mean something like edgeDB?[0] Or do you mean some non-declarative language completely? I don't see the latter making much sense. The issue with SQL for me is the "natural language" which quickly loses all intended readabilty when you have SELECT col1, col2 FROM (SELECT * FROM ... WHERE 1=0 AND ... Which is what edgeDB is trying to solve. [0]https://edgedb.com/. - Source: Hacker News / almost 2 years ago
You have to do your own optimiser to avoid, for instance, the N+1 query problem. (Just Google that, plenty of explanations around.) Many GraphQL frameworks have a “naive” subquery implementation that performs N individual subqueries. You either have to override this for each parent/child pairing, or bolt something on the back to delay all the “SELECT * FROM tbl_subquery WHERE id = ?” operations and convert them... - Source: Hacker News / almost 3 years ago
Do you know an article comparing EdgeDB to other products?
Suggest a link to a post with product alternatives.
This is an informative page about EdgeDB. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.