Markus Junginger
Markus Junginger
I guess this is ObjectBox 1.4.0 based? It should work with 1.4.1 with minimal adjustments (`import Foundation` where missing), I'd assume. Do you want to contribute this? I'd check for...
Could you try to translate to English, please?
Thanks for your effort. It is covered by this [FAQ](https://swift.objectbox.io/faq#error-message-missing-argument-for-parameter-model-when-creating-a-new-store).
Some people say IDs should not used in queries at all as they should not represent any application data. What's your use case?
Yes, IDs "happen" to work for that local case. Technically, we don't give guarantees that this will stay like this forever, and, e.g. if you'd use [Sync](https://objectbox.io/sync/), it would break...
This is a [documented limitation](https://swift.objectbox.io/queries#building-queries-that-operate-on-properties): > Currently, property queries do not honor the ordered(by:,flags:) setting. If you need a fixed order for your proerty query results, you must sort them...
Implementation questions; because the Object Browser runs inside a (web) browser and requires a debug version of ObjectBox running an embedded web server: - What the best way to distribute...
Once someone can provide some minimal useful code, we're open to create a new repo.
For clarification: the scope would be similar to this repo (objectbox-go), but for Rust. It would offer a Rust API (aka "frontend", "binding") on top of the core ObjectBox library...
Rest assured that, if Apple will require bitcode in the future, ObjectBox will also come with bitcode. In the meantime, we think other tasks provide higher value to ObjectBox at...