February 2022 Summaries
2 posts from Gel Data
Filter
Month:
Year:
Post Summaries
Back to Blog
EdgeDB 1.0, the first open source graph-relational database, has been released after several years of building and a long list of prereleases. The key features include a modern query language designed to surpass SQL in expressive power, a rich type system, a declarative schema with inheritance, computed properties, functions, complex constraints, and an automatic migration system. EdgeDB is built on the graph-relational model that extends the relational data model while retaining its performance benefits. The database aims to improve the developer experience by offering features such as native TypeScript query builder, comprehensive CLI, and efficient handling of linked data in cloud-ready APIs. Future plans include faster release cycles and a cloud service with advanced features.
Feb 10, 2022
1,498 words in the original blog post.
EdgeDB 1.0 has been launched as the first open-source, graph-relational database, designed to improve the developer experience by addressing the limitations of traditional SQL databases. Built on PostgreSQL, EdgeDB introduces a modern, expressive query language called EdgeQL, which simplifies data relationships and navigation without verbose joins. This new model aims to eliminate the object-relational impedance mismatch while maintaining the performance of the classic relational model, making it ideal for modern application development. EdgeDB offers a rich type system, a declarative schema, a built-in migration system, and extensive support for client libraries in popular programming languages, enhancing developer productivity. The database also features a comprehensive CLI and a native JavaScript/TypeScript query builder, promising a seamless integration into modern programming languages. With plans for a rapid release cycle and a forthcoming cloud service, EdgeDB aims to provide an advanced and efficient database solution for contemporary application needs, backed by positive feedback from early adopters.
Feb 10, 2022
1,590 words in the original blog post.