An EdgeDB instance can have multiple databases in it. The
            CREATE DATABASE EdgeQL command adds a new database to the
            EdgeDB instance.
The following command will get a list of all databases present in the instance:
SELECT sys::Database.name;