mongo-sql
mongo-sql copied to clipboard
Make `values` helper accept a flat array of values to be parameterized, add to select
It'd b nice to do something like this:
{
type: 'select'
, values: [ 'a', 'b', 'c' ]
}
select $1, $2, $3;