edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
It should cleanly say that it couldn't connect to the instance because there's no database "edgedb", please specify another one.
Right now I have my dbschema in subdirectory, and, if I eventually run some migration-related command, like ` edgedb migration apply --dev-mode` it ends up with error like `No schema...
Resolves https://github.com/edgedb/edgedb-cli/issues/1188 as well as adds two more improvements: checking if a cast will even work in the first place, and looking for any helpful functions to do the job...
Currently I think we concatenate the schema files in whatever order the OS lists them to us. I think we should sort the list first, so that when we hit...
Hello, I am new with EdgeDb Last week I was able to complete QuickStart and progress with EasyDb Book. But, today I started having a problem. At first I thought...
Add a command `edgedb uninstall` which asks for a confirmation and then - destroys all instances - removes binaries - cleans up any other traces (like paths shown by `edgedb...
- EdgeDB Version: 1.4+0b7ba44 - EdgeDB CLI Version: 4.0.2+da2788e - OS Version: MacOS 14.2.1 Recent versions of EdgeDB CLI are unable to manage early versions of EdgeDB on an old...
Here, I set a session config variable. Then, I twice run a query that errors (here, `select asdf`), while restarting edgedb between commands so that the CLI needs to reconnect....
There is only one way to set hashed password in edgedb: via CLI. When running edgedb it's often useful to configure user in startup script, like this: ```nix systemd.services.edgedb =...
Having a database dump instantaneously overwrite any existing files of the same name has always made me a bit nervous and I think we should require the user to add...