dmfay / massive-js

A data mapper for Node.js and PostgreSQL.
2.49k stars 158 forks source link

Feature request: allow raw sql queries to take options #507

Closed hjsu closed 7 years ago

hjsu commented 7 years ago

I think it'd be neat for db.run to be able to take in options, allowing for the use of decompose on raw queries.

dmfay commented 7 years ago

db.query will already do this. I need to document that then probably deprecate db.run.

hjsu commented 7 years ago

Submitted a pr: https://github.com/dmfay/massive-js/pull/508

dmfay commented 7 years ago

all done here.