edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
There is an `edgedb dump` command that does a full dump of the database(s). `edgedb restore` command could take a generated dump file(s) and apply them to the empty database....
When a migration apply fails it can lead to this error message, with no knowledge of what failed: ``` edgedb error: ClientConnectionEosError: end of stream while reading message edgedb error:...
I was struggling to update nixpkgs's edgedb package, so I decied to nixify this repo instead. Why you could consider to use Nix: 1. Declarative configuration of build system and...
- EdgeDB Version: 4.5+28216a1 - EdgeDB CLI Version: 4.1.0+03ae624 - OS Version: NixOS GNU/Linux 6.1.76 Steps to Reproduce: 1. copy migrations files anywhere and create symlinks to `migrations` directory 2....
- EdgeDB Version: 4.5+641a8f3 - EdgeDB CLI Version: EdgeDB CLI 4.1.0+a8fe4d7 - OS Version: macOS 14.0 When migrating to extend a type with a new property, I'm asked if I...
## Summary This PR reworks the variable input mechanism to use [`nom`](https://github.com/rust-bakery/nom/tree/main) as a parser; allowing us to parse array inputs and other complex inputs. ### Array Inputs The array...
Removes transitives dependencies on unmaintained `atty`.
Currently config always does instance. We should be able to do database too.
```sh edgedb migration create --squash=00003 # or edgedb migration create --squash-to=00003 ``` Keep migrations 00001 & 00002, and squash 00003+ into new 00003
Postgres/edgedb reports both "plan_rows" (the number of estimated rows returned by a node in the plan tree) and "actual_rows" (the actual number of rows returned) It looks like the CLI...