objectbox-java
objectbox-java copied to clipboard
Android Database - first and fast, lightweight on-device vector database
Results
142
objectbox-java issues
Sort by
recently updated
recently updated
newest added
# PLEASE FIX Not a good start! Gradle version used: gradle-8.14.3-all ```toml [versions] agp = "8.13.0" kotlin-android = "2.2.21" objectbox = "5.0.1" [libraries] # ObjectBox objectbox-kotlin = { group =...
documentation
### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Use case ``` class Entity { var ids: LongArray? = null } fun QueryBuilder.filter(id: Long) {...
enhancement