EdgeQL Tutorial

Introduction

Hello there!

You've reached our interactive tutorial, the fastest way to try out EdgeDB without installing it — just hit the "Run" button to see the result! You can also click on "Schema" to see how the sample database is put together.

(By the way, once you're done this tutorial feel free to check some other resources: our Easy EdgeDB textbook, cheatsheets, and blog posts on why we put EdgeDB together and where we're going from here.)

This first example just uses SELECT to return a string. Click "Run" to return it!

Input
Run
Output
Press the 'Run' button to evaluate the input

Now change the contents of the string and run it again.