edgedb project​

EdgeDB provides a way to quickly setup a project. This way the project directory gets associated with a specific EdgeDB instance and thus makes it the default instance to connect to. This is done by creating an edgedb.toml file in the project directory.

edgedb project init

Initialize a new or existing project

edgedb project unlink

Clean-up the project configuration

edgedb project info

Get various metadata about the project

edgedb project upgrade

Upgrade EdgeDB instance used for the current project