askql icon indicating copy to clipboard operation
askql copied to clipboard

Implement knex-related resources

Open czerwinskilukasz1 opened this issue 4 years ago • 0 comments

We were talking that it would be nice to have knex methods available in AskScript. A sample file using mocked knex and where can be found here: src/askscript/tests/02-query/query-09-node_with_expression.ask

ask {
  query {
    friends::knex:where({ email: '[email protected]' }) {
      firstName
      lastName
    }
  }
}

czerwinskilukasz1 avatar Jul 07 '20 14:07 czerwinskilukasz1