Change EdgeDB default dbschema directory

48 views Asked by At

The documentation says:

By convention, your schema files should live in a directory called dbschema in the root of your project.

How can I set it into another directory? I want to place it in inner directory in my project structure.

1

There are 1 answers

0
raddevon On BEST ANSWER

You can add this to your project's edgedb.toml file:

schema-directory = <schema-dir>