Create a new database.
edgedb [connection-option...] create-database nameedgedb create-database is a terminal command equivalent to
CREATE DATABASE.
See the Common Connection Options. The
create-database command runs in the EdgeDB instance it is
connected to.
The name of the new database.