Home / Companies / Gel Data / Blog / May 2021

May 2021 Summaries

4 posts from Gel Data

Filter
Month: Year:
Post Summaries Back to Blog
The EdgeDB Projects feature is a new interactive command-line tool that simplifies setting up EdgeDB projects. It creates a dbschema/schema.esdl file for defining the application database schema and an edgedb.toml config file. Users can now run CLI commands without connection flags, making it easier to manage local instances and connect them with their respective project directories. The edgedb.toml file marks a directory as an instance-linked EdgeDB project, allowing for seamless configuration of the database dependency.
May 06, 2021 1,545 words in the original blog post.
EdgeDB has announced the release of its second public beta version, Luyten. This open-source relational database is based on PostgreSQL and aims to provide a highly efficient and productive database technology for developers and data engineers. The new features include an interactive CLI tool called edgedb project, Deno support, customizable transaction settings for client libraries, and more. EdgeDB also offers first-party database clients in JavaScript, Go, and Python. Instructions on how to upgrade to Beta 2 are provided along with details about the new features introduced in this version.
May 06, 2021 1,153 words in the original blog post.
EdgeDB has introduced a new interactive command-line tool, "edgedb project," designed to streamline the setup and management of EdgeDB projects. By upgrading to the latest CLI version, users can convert any directory into an EdgeDB project with the command "edgedb project init," which creates necessary files like dbschema/schema.esdl and edgedb.toml, and links the project to an EdgeDB instance. This eliminates the need for connection flags and simplifies project portability, as EdgeDB's client libraries can automatically connect to the configured instance without requiring hard-coded instance names or environment variables. The tool also facilitates easy configuration for cloned projects, ensuring that database dependencies are as simple to manage as code dependencies through modern package management tools. With "edgedb project," developers benefit from a more intuitive and efficient experience, allowing them to focus on writing and managing their databases with ease.
May 06, 2021 1,617 words in the original blog post.
EdgeDB has announced the second public beta release, named Luyten, following its initial beta launch in February 2021. This release focuses on enhancing stability and performance while introducing new features like an interactive CLI tool, edgedb project, which simplifies setting up EdgeDB-powered projects. EdgeDB, an advanced open-source relational database based on PostgreSQL, aims to improve developer productivity by addressing SQL's limitations and incorporating features from ORMs and GraphQL, such as declarative schemas and schema migrations. The release also brings Deno support, customizable transaction settings, and enhanced retry logic for its client libraries in JavaScript, Python, and Go. Users can upgrade to Beta 2 using a streamlined process, and new tools like the DESCRIBE SCHEMA AS SDL command facilitate schema comparison. For those interested in exploring EdgeDB, the team offers tutorials, quickstart guides, and community support through GitHub Discussions.
May 06, 2021 1,260 words in the original blog post.