June 2020 Summaries
2 posts from Gel Data
Filter
Month:
Year:
Post Summaries
Back to Blog
EdgeDB has released Alpha 3 "Proxima Centauri", an advanced open-source relational database based on PostgreSQL. The new release includes a new interactive tutorial that allows users to test the software without installation, improved ergonomics for UPDATE statements with the addition of += and -= operators, and foundational work for improved schema migrations. Additionally, EdgeDB has transitioned to a 6-week release cadence for minor versions and started incorporating Rust code into its functionality.
Jun 03, 2020
1,139 words in the original blog post.
EdgeDB 1.0 Alpha 3 "Proxima Centauri" introduces significant advancements to the open-source relational database built on PostgreSQL, emphasizing ease of use and improved performance. The release showcases a new 6-week release cadence for minor updates, allowing for more frequent and incremental improvements. It integrates Rust alongside Python to enhance efficiency, with the query tokenizer and command-line tools now utilizing Rust for better performance and memory safety. The update also introduces new features like the interactive tutorial for testing EdgeDB without installation and improved syntax for updating linked sets in queries, such as the new += and -= operators. Efforts to support schema migrations have advanced with an internal shift to autogenerated EdgeQL for schema introspection. The team encourages community engagement through various platforms and provides additional educational content through a new YouTube channel.
Jun 03, 2020
1,151 words in the original blog post.