ObjectBox C API for IoT
The ObjectBox C API is here, as requested by IoT C/C++ developers. ObjectBox’s efficiency is a perfect match for the Internet of Things with its resource-restricted devices and need for offline capability.
The ObjectBox C API is here, as requested by IoT C/C++ developers. ObjectBox’s efficiency is a perfect match for the Internet of Things with its resource-restricted devices and need for offline capability.
We released ObjectBox 2.2 for Android more than a week ago: It comes with important fixes and we advise to update to the latest version asap. We noticed that already fixed issues are still being reported. Thus, we decided to dedicate a small blog post to increase the awareness for the two most important fixes:
With the release of ObjectBox 2.0 we are hitting a new milestone on our journey to make embedded databases simpler to use and faster. Two of the highlights we already announced in our 2.0 beta post: links (aka joins) and relation completeness. The final release brings some refinements to those and brings additional features like unique constraints and hash-based indexing.
ObjectBox 2.0 will be a big step ahead and we are proud to announce the beta release today. Relations and queries are the two major themes. First, ObjectBox finally allows queries to use relations to expand queries across multiple entities. We call this “link” and it is simpler to use than a SQL “join” as used in conventional databases:
We’re happy to announce ObjectBox 1.5, which comes with a couple of small but useful improvements. A focus for this release were local unit tests for Android. The test setup was greatly simplified and support for relations was added. Now, you can write super fast unit tests using the full feature set of ObjectBox. This enables test driven development without any time consuming deployments to a device. (more…)
We’re happy to announce that our embedded database ObjectBox now officially runs on all major desktop platforms. This enables Java-based desktop apps on Windows, macOS, and Linux to utilize ObjectBox’ simplicity and performance.
From the beginning, ObjectBox has been created to run on multiple platforms. While our primary release target was Android, internally we ran ObjectBox mostly on desktop machines. This minimized turnaround and running times, and thus increased developer productivity greatly. Next step will be iOS… stay tuned.
If you are developing Android apps, you can use the desktop version of ObjectBox to run local unit tests. This has already been available for Linux and Windows machines for a while, and was recently complemented with the macOS release of ObjectBox.
Not running Java? We’re also working on a public C++ API: Talk to us if you are interested in a private beta.