neumino / thinky

JavaScript ORM for RethinkDB
http://justonepixel.com/thinky/
Other
1.12k stars 128 forks source link

Question: How do you return deleted? #640

Closed YannisMarios closed 6 years ago

grantcarthew commented 6 years ago

Thinky supports passing in the RethinkDB options: https://www.rethinkdb.com/api/javascript/delete/

Checkout the return changes option on that page.

Adding this for future reference.

YannisMarios commented 6 years ago

Yes I have found the solution.

Thank you