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
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,10 @@
1
1
ObjectBox Embedded Database for C and C++
2
2
=========================================
3
-
4
-
**Your opinion matters to us!** 👉 Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6) 🙏
5
-
6
-
[ObjectBox](https://objectbox.io) is a superfast C and C++ database for embedded devices (Mobile and IoT), desktop and server apps.
7
-
The out-of-the-box [Data Sync](https://objectbox.io/sync/) keeps data harmonized across devices and any kind of backend/cloud reliably. ObjectBox Database and Sync is ideal for reliable resource-efficiency and speed on restricted devices and out-of-the-box differential sync of data in offline settings or scenarios including occasionally connected devices.
3
+
[ObjectBox](https://objectbox.io) is a superfast C and C++ database for embedded devices (mobile and IoT), desktop and server apps.
4
+
The out-of-the-box [Data Sync](https://objectbox.io/sync/) keeps data in sync across devices and any kind of backend/cloud reliably for occasionally connected devices.
8
5
ObjectBox Data Persistence and Data Sync follows an offline-first approach and can be used on-premise as well as with a cloud setup.
9
6
10
-
This is the **ObjectBox runtime library** to run ObjectBox as an [embedded database](https://objectbox.io/embedded-database/) in your C or C++ application.
7
+
This is the **ObjectBox runtime library** to run ObjectBox as an embedded database in your C or C++ application.
11
8
12
9
Here's a C++ example that inserts a `Task` data object (a plain user defined `struct`) into the database:
13
10
```c++
@@ -123,7 +120,7 @@ Besides C/C++, ObjectBox also offers:
123
120
124
121
How can I help ObjectBox?
125
122
---------------------------
126
-
Let us know what you love, what you don’t like, and what you'd want to see next ❤️
123
+
Let us know what you love, what you don’t, what do you want to see next?
127
124
128
125
**We're looking forward to receiving your comments and requests:**
0 commit comments