askql icon indicating copy to clipboard operation
askql copied to clipboard

AskQL is a query language that can express any data request

Results 117 askql issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

**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,...

enhancement

**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...

enhancement

**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...

enhancement

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()} ;...

enhancement
AskScript
AskVM
discussion

**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...

enhancement

Some ideas: - exposing resources as typed GraphQL resolvers with automatically generated schema - exposing custom function

question

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...

enhancement

All these cause syntax errors: **Example 1** ``` ask { 1, 2 } // returns 2 ``` **Example 2** ``` ask { 1, 2 } // returns 2 ``` **Example...

enhancement
good first issue
help wanted
AskScript
type:syntax