realm-kotlin
realm-kotlin copied to clipboard
Have name safe generated fields for queries
Would be nice to have something like https://github.com/cmelchior/realmfieldnameshelper, compatible with realm-kotlin, so we know at compile time something is not ok in queries with RQL.
Hi @ganfra. Thanks for the input. We are considering various ways to provide better assistance for doing safe queries. While an IDE plugin is certainly an option we will most likely focus on building a type safe infrastructure offering support like https://github.com/realm/realm-java/blob/master/realm/realm-library/src/main/java/io/realm/RealmQuery.java though the API probably will be different.