Nikolay Pasynkov
Results
1
issues of
Nikolay Pasynkov
Can this module build a MySQL query? _example_: { type: 'select', table: 'some_table', where: { id: { '$gt': 1 } } } _pg_: { text: 'select "some_table".\* from "some_table" where...