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
Want details? **[Read the docs](https://docs.objectbox.io/)**
38
+
🧾 **Want details?**[Read the docs](https://docs.objectbox.io/)
39
+
40
+
## Why use ObjectBox
41
+
42
+
ObjectBox NoSQL Java database is built for storing data locally on mobile devices. It is optimized for high efficiency on restricted devices and uses minimal CPU and RAM. Being fully ACID-compliant, ObjectBox is faster than any alternative, outperforming SQLite and Realm across all CRUD (Create, Read, Update, Delete) operations. Check out our [Performance Benchmarking App repository](https://github.com/objectbox/objectbox-performance).
31
43
32
-
## Features
44
+
Additionally, our concise API is easy to learn and only requires a fraction of the code compared to SQLite. No more rows or columns, just plain objects with built-in relations.
45
+
46
+
### Features
33
47
34
48
🏁 **High performance** on restricted devices, like IoT gateways, micro controllers, ECUs etc.\
35
49
🪂 **Resourceful** with minimal CPU, power and Memory usage for maximum flexibility and sustainability\
@@ -42,7 +56,7 @@ Want details? **[Read the docs](https://docs.objectbox.io/)**
42
56
📃 **Automatic schema migrations:** no update scripts needed
43
57
44
58
**And much more than just data persistence**\
45
-
👥**[ObjectBox Sync](https://objectbox.io/sync/):** keeps data in sync between devices and servers\
59
+
🔄**[ObjectBox Sync](https://objectbox.io/sync/):** keeps data in sync between devices and servers\
46
60
🕒 **[ObjectBox TS](https://objectbox.io/time-series-database/):** time series extension for time based data
47
61
48
62
Enjoy ❤️
@@ -106,6 +120,7 @@ For details please check the [docs](https://docs.objectbox.io).
106
120
## Already using ObjectBox?
107
121
108
122
We believe, ObjectBox is super easy to use. We are on a mission to make developers’ lives better, by building developer tools that are intuitive and fun to code with.
123
+
109
124
To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development?
110
125
111
126
**We're looking forward to receiving your comments and requests:**
@@ -144,4 +159,3 @@ Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
144
159
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
145
160
See the License for the specific language governing permissions and
0 commit comments