biggora / caminte

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

Can I make nested queries #184

Open kranthitechie opened 6 years ago

kranthitechie commented 6 years ago

Hi there, Is there a possibility of nested queries like how loopback provides? https://loopback.io/doc/en/lb3/Include-filter.html

Let me give an example. Lets say I have models Books, Authors and Cities where Book belongsTo Author Author belongsTo City

Is there a query to get all the Books written by authors from Newyork?

What is the best way to go about this?