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.
To install EdgeDB driver with npm use:
$
npm install edgedb
To install EdgeDB driver with yarn use:
yarn add edgedb
If you want to build the EdgeDB driver from a Git checkout you will need:
Node.js 10 or above.
TypeScript compiler.
yarn package manger.
Once the above requirements are satisfied, run the following command in the root of the source checkout:
yarn
The testsuite requires a working local installation of the EdgeDB server. To execute the testsuite run:
yarn test