objectbox Questions

1

I had added multiple entities in object box and successfully build the build_runner. flutter pun run build_runner build. Now, I am adding two more entities but I am getting this error - could not r...
Disturb asked 26/7, 2021 at 9:7

4

I am trying to use Object Library. I read the official documentation and follow the instructions. But still, it not working. The problem is when I try to initialize boxStore object I don't find ...
Guyton asked 30/12, 2017 at 17:59

0

I'm using Android studio 4.1.1, ObjectBox 3.0.1 and Kotlin 1.5.10. The tests run nicely when I hit the run button on the test class or run ./gradlew :app-core:test, but when I click on Run X with c...

1

Recently I have found the article about Room db and there was first tip for pre-populating the data to database. Is there currently some elegant way to pre-populate the data when the database is c...
Gavrilla asked 16/5, 2018 at 19:48

1

Solved

Pretty much as the title says. I want to launch my Android app, using ObjectBox, but I'd like the data to be prepopulated in the boxes. Can I package both data.mdb and lock.mdb inside the app, f...
Lacewing asked 7/8, 2018 at 20:39

1

Solved

To represent money value I use BigDecimal because of the accuracy (double type causes errors). So, how can I store BigDecimal value in the ObjectBox, what type of a field or converter should I use?...
Vet asked 18/9, 2017 at 11:12

1

Solved

I have gone through the documentation and code for sample app, and figured out that files/objectbox/objectbox/data.mdb is the default file where all data is stored. Assuming my understanding is co...
Walking asked 9/9, 2017 at 19:42
1

© 2022 - 2024 — McMap. All rights reserved.