edgedb-cli
edgedb-cli copied to clipboard
Default database probably shouldn't be set
Right now, there is default edgedb (or main, idk) databse when performing operations. I believe it's better not to set default database, as running any operation without specifing database directly can produce confusing query error / unwanted result. Users rarely need to do any operations on internal database.