Home / Companies / Gel Data / Blog / June 2019

June 2019 Summaries

2 posts from Gel Data

Filter
Month: Year:
Post Summaries Back to Blog
The text discusses the development of EdgeDB, a next-generation relational database based on PostgreSQL. It features a novel data model and an advanced query language. The mission of EdgeDB is to provide users with more power, freedom, and confidence when working with data. Some key features include efficient data serialization, support for common application protocols, data security via policy enforcement, built-in schema migrations, and a versatile library of standard types, functions, and operators. The design principles of EdgeDB emphasize usability, performance, and correctness. The text also provides examples of how the database interacts with client languages and systems. A roadmap page on edgedb.com is mentioned as a resource for tracking the project's status and development plans.
Jun 18, 2019 880 words in the original blog post.
EdgeDB, built on PostgreSQL, is an advanced relational database that introduces a novel data model and query language designed to enhance user power and flexibility in data management. Originating from an in-house framework at a software agency, EdgeDB emphasizes usability, performance, and correctness, aiming to provide efficient data handling without relying on costly ORMs. Key features include seamless interfacing with programming languages, data serialization formats, and application protocols like REST and GraphQL, alongside centralized data security policies and built-in schema migrations. The database's design principles are centered around ergonomics, ensuring a user-friendly experience, high-performance operations, and strict adherence to data correctness. EdgeDB's roadmap, available on their website, outlines future development plans and invites community feedback, emphasizing its ongoing evolution and commitment to transparency.
Jun 18, 2019 930 words in the original blog post.