biggora / caminte

Cross-db ORM for NodeJS
http://www.camintejs.com/
MIT License
1.08k stars 119 forks source link

Update method in postgres returning the rows which were updated. #133

Open sagar0581 opened 7 years ago

sagar0581 commented 7 years ago

While updating Postgres database, many a times there is a use case where we want to return the row/rows after updating through caminte. Similar to, UPDATE SET name = 'abc' WHERE id = 1 RETURNING * Is there a support for this ?