thomaslevesque / CosmosDBStudio

A tool to browse and query Azure Cosmos DB databases
MIT License
54 stars 12 forks source link

Support request options in query editor #2

Open thomaslevesque opened 5 years ago

thomaslevesque commented 5 years ago

Maybe with YAML comments or directives above each statement, e.g.:

# partitionKey: "blah"
select * from c where c.name = 'foo'

Global options that apply to the whole query sheet would be useful as well

Options to support: