Markus Junginger
Markus Junginger
"obx_model_property": so there seems something wrong with one of the properties. If you can reproduce the issue, could you try to isolate the "offending" property?
Scalar types were added via #11
Well, it will be "officially stable" only once we reach 1.0. The APIs were fairly stable in the past though... We haven't fully decided on how we'll approach the python...
If you could share some code that might help to understand the context better. But, I'll try anyway... :slightly_smiling_face: This is an example from an internal test; it's a tree...
To add a "third" option: keep the dynamic aspect (no code generation) but model the entity class like a [data class](https://docs.python.org/3/library/dataclasses.html#module-dataclasses) and use additional annotations. This would be in line...
To clarify: this is not about the example (example directory), but the README.md
This? https://docs.objectbox.io/data-browser
Basically you need to go through here: https://github.com/objectbox/objectbox-python?tab=readme-ov-file#getting-started But, where does the data.mbd come from? Microsoft Access also uses this .mdp file extension, but it has nothing to do with...
Thanks for bringing this to our attention. Did you try to run ObjectBox on Android 15 yet?
Btw, it's an interesting move. Apple also went with 16K pages for iOS. (ObjectBox supports this for quite a while.)