PhilWaldmann / openrecord

Make ORMs great again!
https://openrecord.js.org
MIT License
486 stars 38 forks source link

add autoJoin([limit]) #5

Closed PhilWaldmann closed 10 years ago

PhilWaldmann commented 10 years ago

to automatically join tables which are referenced in the where conditions.

User.where({posts:{message_like: 'Foo'}})