Allow specifying query file and parameters as CLI arguments
Open
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
The common use case I have in mind is passing a complex query and associated complex data to `analyze` to get the fine-grained query plan, but in general being able to specify arguments at query-time from the CLI statically would be useful in general.
Something like:
```
gel query --query big_query.edgeql --params params.edgeql
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.