Home / Companies / Gel Data / Blog / January 2020

January 2020 Summaries

2 posts from Gel Data

Filter
Month: Year:
Post Summaries Back to Blog
The EdgeDB team has released Alpha 2, an advanced open source relational database based on PostgreSQL. This release includes many new features, bug fixes, and standard library updates. Highlights of this release include stabilization of the standard library and the EdgeDB binary protocol, increased test coverage, new dump/restore functionality, a new JavaScript driver implementing the native protocol, and notably improved GraphQL support. The team is also working on enhancing arbitrary precision types and benchmarking performance against various JavaScript database solutions. They encourage users to start evaluating and experimenting with EdgeDB.
Jan 27, 2020 1,560 words in the original blog post.
EdgeDB 1.0 alpha 2 release introduces several improvements and features, including enhanced standard library stabilization, an improved EdgeDB binary protocol, and significantly better GraphQL support. The release also debuts a high-performance native JavaScript driver for NodeJS, which is noted to be more efficient than current PostgreSQL JavaScript drivers. New functionality such as dump/restore tools and support for arbitrary precision types like std::bigint are also included. Benchmarks comparing EdgeDB's performance against various JavaScript ORMs, such as Loopback, TypeORM, and Sequelize, reveal that EdgeDB is significantly faster, particularly when handling complex queries and aggregations. The efficiency is attributed to EdgeDB's advanced query capabilities and the less verbose code required for setting up database schemas and fetching data. The development team plans to accelerate its release schedule, with Alpha 3 focusing on improved schema migration support, encouraging users to engage and provide feedback as they progress towards a stable 1.0 release.
Jan 27, 2020 2,025 words in the original blog post.