angel-dart / angel

[ARCHIVED] A polished, production-ready backend framework in Dart for the VM, AOT, and Flutter.
https://angel-dart.dev/
MIT License
1.06k stars 67 forks source link

Any plans on conditions support for fetching relations #243

Closed tabula-rasa closed 3 years ago

tabula-rasa commented 4 years ago

That would be awesome along with selective relation loading.

thosakwe commented 4 years ago

Can you possibly give more details on what you'd like to see? In the beta ORM version, for a class _A related to class _B, AQuery has a BQuery b field that allows you to apply additional filters to related objects.

tabula-rasa commented 4 years ago

Yes, that is what I exactly need - to set filters on BQuery.