objectbox-java
objectbox-java copied to clipboard
Android Database - first and fast, lightweight on-device vector database
First things first, I've really been enjoying the new query API as well as the new features of v3.5.0. That helps me building a cleaner and faster data layer. Thanks...
Let's get a simple object with Id and Indexed field called name. Then fill it with two lagnguage values (russian and english in my case). Now make a query like...
it's very helpful. greendao doesn't support it, hope it in here!
### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Use case In kotlin, when processing entity, Plugin won't check/validate imports of converter so when error...
android 15 have a breaking changes for all applications, it require the support for 16k page https://developer.android.com/about/versions/15/behavior-changes-all#16-kb
### Build info - ObjectBox version: 3.5.0 - OS: Android 14 - Device/ABI/architecture: Pixel 8 Pro ### Steps to reproduce I have a database that contains say 100,000 rows. I...
### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Use case I am storing a mapping: ```kotlin val mapping = mutableMapOf( "key1" to mutableMapOf( "subkey1"...
We need to back up the /objectbox/objectbox/data.mdb file, and we need to ensure that the database is complete and that the current data is not being written. We don't currently...
### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Use case Using ObjectBox as the database for Android Apps i would like to use the...