An in-depth look at everything there is to know about EdgeDB: data types, query language, schema and database setup, etc.
Install EdgeDB, create a simple schema, and write your first queries in under 5 minutes.
The quickest way to learn the key concepts of EdgeDB without installation, right in your browser.
An easy to follow book about using EdgeDB for an imaginary game based on the setting in Bram Stoker's 1897 book Dracula.
Restart an EdgeDB instance.
edgedb instance restart name
edgedb instance restart is a terminal command for restarting an EdgeDB instance.
edgedb instance restart
The EdgeDB instance name.
We use ChatGPT with additional context from our documentation to answer your questions. Not all answers will be accurate. Please join our Discord if you need more help.
What are access policies in EdgeDB?
Can you define a User type with 2 string properties and a link to itself?