edgedb create-database

Create a new database.

edgedb [connection-option...] create-database name

edgedb create-database is a terminal command equivalent to CREATE DATABASE.

connection-option

See the Common Connection Options. The create-database command runs in the EdgeDB instance it is connected to.

name

The name of the new database.

Light
Dark
System