askql icon indicating copy to clipboard operation
askql copied to clipboard

Add stored procedures/persited/hash queries

Open pkarw opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? If yes, please describe the problem.

Related to #583

In order to prevent the users from modifying the queries on the fly, we could implement a feature like Persistent queries where the query is stored on the server and called just by its hash (+ dynamic parameters)

The query storing phase could take place when the app is built and tested in the dev mode by the AskScript SDK based on the ENV passed secret key.

pkarw avatar May 14 '21 13:05 pkarw

Related: #586

pkarw avatar May 14 '21 14:05 pkarw