Light
Dark
System
v2latest
v3dev
v2latest
v1

edgedb database create

Create a new database.

edgedb database create [options] name

edgedb database create is a terminal command equivalent to create database.

The database create command runs in the EdgeDB instance it is connected to. For specifying the connection target see connection options.

name

The name of the new database.

Light
Dark
System