realm / realm-dart

Realm is a mobile database: a replacement for SQLite & ORMs.
Apache License 2.0
758 stars 86 forks source link

Realm Linq like syntax #781

Open sync-by-unito[bot] opened 2 years ago

sync-by-unito[bot] commented 2 years ago

Should realm.query be first class objects? It is related to subscriptions improvement to avoid keep track of both result and query.

daviddiana11 commented 6 months ago

Up! Following Access RealmObject property name and mapToName, for use in Realm .query and @nielsenko note from Dec.20 2022.

Any news/plans about this implementation? This feature would bring great benefits to realm: query writing would be easier, would be less error-prone, would require less maintenance when renaming fields...

nirinchev commented 6 months ago

We don't have immediate plans to work on this. I agree it's a valuable feature, but we have higher priority tasks we want to tackle first.