Closed vitaly-t closed 7 years ago
https://github.com/dmfay/massive-js/blob/ae00a50b13bc7192801603da8a86e3ab4bad136e/lib/database.js#L203
There are other types supported for parameter query within pg-promise:
query
pg-promise
{name, text, values}
{text, values}
function
Dunno if this important in the context of this library, so if not - feel free to close it. It's just a checkpoint :wink:
yeah, none of those are really necessary here, but thanks for the heads up!
https://github.com/dmfay/massive-js/blob/ae00a50b13bc7192801603da8a86e3ab4bad136e/lib/database.js#L203
There are other types supported for parameter
query
withinpg-promise
:{name, text, values}
{text, values}
function
that returns the query string/objectDunno if this important in the context of this library, so if not - feel free to close it. It's just a checkpoint :wink: