objectbox-java icon indicating copy to clipboard operation
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

version:3.1.2 class NativeLibraryLoader line 204 : Runtime.getRuntime().exec("uname -m"); Does not meet GMS requirements

enhancement

Currently "io.objectbox" plugin doesn't support configuration cache. https://docs.gradle.org/current/userguide/configuration_cache.html Plugin 'io.objectbox': read system property 'sun.arch.data.model' See https://docs.gradle.org/6.8.2/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read

enhancement

Currently, we can only use limit and offset as [.find(long offset, long limit)](http://objectbox.io/files/objectbox-java/current/io/objectbox/query/Query.html#find-long-long-) But, what If I want to listen to query changes but with limit and offset as results?...

enhancement

**Describe the bug** When trying to remove entities from a One-To-Many relationship, they keep reappearing in the database after put() when first removing from the relationship and afterwards from box...

bug

Hello. Is there any plan to support NodeJS? Thank you!

enhancement
help wanted

Note these related feature requests: - #126 - #268 --- Translation: I hope to support custom models to query. For example, the storage model is A. I want to use...

enhancement

Note these related feature requests: - #126 - #268 --- This might be a feature request. It seems that currently it is not possible to listen for nested changes. -...

enhancement

:rotating_light: First, please check: - existing issues, As far as I searched the open and closed issues with keyword "browser", I couldn't find anything related. - Docs https://docs.objectbox.io/ Curiously, I...

enhancement

ObjectBox already provides some minimal Kotlin extensions: ```kotlin // Regular val box: Box = store.boxFor(DataClassEntity::class.java) // With extension val box: Box = store.boxFor() ``` ```kotlin // Regular val query =...

help wanted

I used @NameInDb to rename the field names in the DB, but after testing in the security department I found that the member names of the entity still exist in...

enhancement