-
Now Objectbox run and iOS and android there are plans to run a wraper for web apps?
-
## 概要
現在、初期設定時の夏休みの宿題登録画面では宿題の科目と内容(ノート or テキスト)しか選べません。
宿題の進捗登録ではどれだけ進めたのかを登録出来るの宿題の内容登録時に宿題の量を登録出来るように対応してください。
## 修正イメージ
宿題の内容(プリントorテキスト)の選択項目の下に入力項目を追加してください。
宿題の内容によって入力項目の横を制御出来ると良いです。
…
-
Hello again :)
What about supporting pref values, which could be presisted into String by custom converter?
```
object AppState { // client code
val user by customPref(default = null, converte…
-
Any plans to support Java Platform Module System (JPMS)? Currently I get errors on a [minimal gradle kotlin jpms example](https://github.com/Burtan/KotlinGradleJPMS) and I couldn't find any documentat…
-
## Issue Basics
- ObjectBox version (are using the latest version?): 2.0.0
- Reproducibility: always
## Reproducing the bug
### Description
I'm using ObjectBox to save data. When I save the …
-
If you get object data from another source (e.g. server) you can make those data objects also ObjectBox entities. One thing has to be considered: relations on ObjectBox currently rely on `ToOne` and `…
-
How to determine the class that the field name unique? Just as Primary keys?
-
Did not find any info on that, so decided to ask here - is there (or planned) an option to shrink (e.g. compact the database)?
We're using objectbox for quite a long time for a production app one e…
-
I want to get a log file about ObjectBox log. That I can handle bug while the program is not in debug.
-
Hi All,
I am using Objectbox for my several projects; this time, I need to build a complex query.
Currently, objectbox offers quite good tools for this but if the relations are on the table there…