Markus Junginger

Results 318 comments of Markus Junginger

Will be post 1.0 - ideas are already appreciated...

Thanks for reporting, we're looking into it...

Isn't this exactly what https://cpp.objectbox.io/installation describes? Let us know if we can improve the docs...

The 1 GB is a default, which can be changed via options. In C++ there's an Option class for that and in C there are obx_opt_*() functions. These options have...

1. Set the limit to a value that you are sure you will never hit 2. The max DB size can be changed without affecting the database (I'm still leaving...

To help efficiently, may I ask you to provide additional information about your setup and the location of the compiler error you are getting? For future issues, please clean up...

OK, so **if** your setup also includes ObjectBox generator, you want to have Flatbuffers. If you want you can go with the version in the [external/flatbuffers](https://github.com/objectbox/objectbox-c/tree/main/external/flatbuffers) directory. You need to...

We should be able to provide a docker image for that; would that work for you? It will provide the "Admin" web app like you can see [here](https://docs.objectbox.io/data-browser).

It would be a Docker image, so that's completely separate from any app and language. You would run a container and give it the path to your DB.

This could be relevant: > libstdc++.so.6 => not found We don't test on NixOS, so I'm sorry that we cannot really help here. This is extremely common lib with Linux,...