You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
-
ObjectBox C and C++ APIs
1
+
ObjectBox Embedded C / C++ Database for Embedded Devices, IoT & Mobile
2
2
========================
3
-
[ObjectBox](https://objectbox.io) is a superfast database and data synchronization solution.
3
+
[ObjectBox](https://objectbox.io) is a superfast C / C++ database for embedded devices (Mobile and IoT), with out-of-the-box [Data Sync](https://objectbox.io/sync/) to keep data in sync across devices and any kind of backend / cloud reliably for occassionally connected devices. ObectBox Data Persistence and Data Snyc follows an offline-first aproach and can be used on-premise as well as with a cloud setup.
4
+
4
5
This is the **ObjectBox runtime library** to run ObjectBox as an embedded database in your C or C++ application.
5
6
6
7
Here's a C++ example that inserts a `Task` data object (a plain user defined `struct`) into the database:
@@ -16,16 +17,19 @@ See [changelog](CHANGELOG.md) for more details.
16
17
17
18
Feature Highlights
18
19
------------------
19
-
๐ **High performance:** improving response rates and enabling real-time applications.\
0 commit comments