askql
askql copied to clipboard
AskQL is a query language that can express any data request
**Is your feature request related to a problem? If yes, please describe the problem.** OK, this is fairly easy by just passing the HTTP Request context via the `vm.variables`. It...
**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,...
**Is your feature request related to a problem? If yes, please describe the problem.** Related: #581 It would be great to have a way, similar to the way we [manage...
**Is your feature request related to a problem? If yes, please describe the problem.** Related to #576. It would be great to have a feature for passing the `ENV` kind...
A simple static html table in TypeScript using JSX (assuming it is consumed by React-like library): ```typescript function Component() { return Hello world! A1 B1 A2 {2+2} A3 {hello()} ;...
**Is your feature request related to a problem? If yes, please describe the problem.** It would be great to have an abstract resource like `lambda` for adding custom resources based...
Some ideas: - exposing resources as typed GraphQL resolvers with automatically generated schema - exposing custom function
Hi guys! I just wanted to share some ideas for the production usage of AskQL. I mean business case - which actually can be an idea for another product using...
All these cause syntax errors: **Example 1** ``` ask { 1, 2 } // returns 2 ``` **Example 2** ``` ask { 1, 2 } // returns 2 ``` **Example...