objectbox-java
objectbox-java copied to clipboard
Android Database - first and fast, lightweight on-device vector database
### Is there an existing issue? - [ ] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Use case The "data.mdb" file name becomes a custom file name ### Proposed solution It...
Note these related feature requests: - #1027 - #268 --- while one can easily listen to changes to lists (queries), there is no way to listen to changes of some...
the main thread stack: ``` 0 | #00 pc 000000000016de8c /data/app/com.jglive.xinlian-vX1snvu_bJtycHbpp_MNYg==/lib/arm64/libobjectbox-jni.so -- | -- 1 | #01 pc 0000000000173964 /data/app/com.jglive.xinlian-vX1snvu_bJtycHbpp_MNYg==/lib/arm64/libobjectbox-jni.so 2 | #02 pc 00000000001708dc /data/app/com.jglive.xinlian-vX1snvu_bJtycHbpp_MNYg==/lib/arm64/libobjectbox-jni.so 3 | #03 pc...
### Is there an existing issue? - [] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Build info - ObjectBox version: 4.0.3 - OS: Android 13, 14 and 15 - Device/ABI/architecture: happening...
Until now, everything is working ok. I have only ONE big problem, I am trying for many days any possible solution, but I cannot solve it. This was using Realm...
### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Build info - ObjectBox version: [4.0.3] - OS: [Android ] - Device/ABI/architecture: [arm64-v8a ] ### Steps...
### Is there an existing issue? - [ ] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Build info - ObjectBox version: [4.0.3] - OS: [Android ] - Device/ABI/architecture: [arm64-v8a ] ###...
### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Build info - ObjectBox version: 5.0.0 - OS: Windows 10 - Device/ABI/architecture: x64 ### Steps to...
### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues?q=is%3Aissue%20state%3Aclosed%2030787) ### Build info - ObjectBox version: 4.1.0 - OS: Android 9 - Device/ABI/architecture: Tablet Lilliput ### Steps...
### Use case I have a DB where EntryA has one-to-many relationships with EntryB. I encountered a case where I have a text field, and I want to query the...