Content Deep Dive
Introducing EdgeDB Projects
Blog post from Gel Data
Post Details
Company
Date Published
Author
Colin McDonnell
Word Count
1,545
Language
English
Hacker News Points
-
Summary
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.