inventid / tails

Models on the fly!
MIT License
1 stars 0 forks source link

Data should be queryable #32

Open joostverdoorn opened 10 years ago

joostverdoorn commented 10 years ago

We should offer a query interface to our data, like elastic-search offers.

It should return an always update-to-date set matching the query. Through relations should be able to make great use of this.

rogierslag commented 9 years ago

And we should allow to only fetch certain stuff, such as App.Models.User.get().with('admin',true).fetch()