You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module.exports.queryResult={one: 1,// single-row result is expected;many: 2,// multi-row result is expected;none: 4,// no rows expected;any: 6// (default) = many|none = any result.};
Type queryResult is available as pgp.queryResult, in case you still want to export or just use it directly ;)
You do not need to redefine this type:
Type
queryResult
is available aspgp.queryResult
, in case you still want to export or just use it directly ;)You can also see it in the API
The text was updated successfully, but these errors were encountered: