edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
Writing queries in REPL then copying into actual code is a common use case. Currently copying a query on macOS also includes the `......` at the start of the line....
Good day! Gratz with release of 1.0! Wanted to try EdgeDB and went to 'quickstart tutorial' At step 'edgedb package init' I got error: edgedb error: ClientConnectionFailedError: could not resolve...
Currently it first shows hash error, and only checks syntax if hash is okay. This means that user has to change hash twice if they made a mistake, which is...
Seems like tabled supports derives and should be simpler to work with. Also can help with text wrapping. https://crates.io/crates/tabled
``` Mac:edgedb leon$ edgedb server init tutorial ┌──────────────────────┬──────────────────────────────────────────────────────────────┐ │ Instance Name │ tutorial │ │ Mode │ User Service │ │ Data Directory │ /Users/leon/Library/Application Support/edgedb/data/tutorial │ │ Credentials Path...
The help for edgedb instance is formatted strangely when --help is passed but not for -h or help . I haven't found another command that has this format or difference...
See edgedb/edgedb#2356 for context.