jetstreamapp/soql-parser-js

IDEA: Provide a queryBuilder interface to allow more easily composing queries

paustint opened this issue · 0 comments

  • Feature
  • Bug

Description

The compose format is great when one has a Query data structure, but it would be nice in code to be able to do something like:
.fields(['Id', 'Name']).from('Account').where('something easy here').and('...').limit(100)