brianc / node-sql

SQL generation for node.js
MIT License
1.05k stars 191 forks source link

[Questing]: Query string from expressjs to sql query #340

Open kast113 opened 7 years ago

kast113 commented 7 years ago

Hello, I have a request from client with query string params, like isActive=true&isEnabled=true&lat=58.586755&limit=2&lon=61.530761 Is there a posibility to build a dynamic query object with query string params?