ObjectBox 2.0 beta with Links (aka Joins)

ObjectBox 2.0 beta with Links (aka Joins)

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:

(more…)

ObjectBox 1.5: Full support for local Android unit tests

ObjectBox 1.5: Full support for local Android unit tests

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…)

ObjectBox for Desktop Apps

ObjectBox for Desktop Apps

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.