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
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@
20
20
</a>
21
21
</p>
22
22
23
-
# Java Database (+ Kotlin, Android) for sustainable local data storage
23
+
# ObjectBox Java Database (Kotlin, Android)
24
24
25
-
Database for Java that's embedded into your Android, Linux, macOS, or Windows app. Store and manage data efficiently and effortlessly.
25
+
Java database - simple but powerful, frugal but fast; embedded into your Android, Linux, macOS, iOS, or Windows app. Enjoy the speed, simplicity, and sustainability in your next app built with ObjectBox.
[More details in the docs.](https://docs.objectbox.io/)
45
45
46
46
## Table of Contents
47
47
-[Why use ObjectBox](#why-use-objectbox)
@@ -54,13 +54,17 @@ box.put(playlist)
54
54
-[License](#license)
55
55
56
56
57
-
## Why use ObjectBox for Java data management?
57
+
## Why use ObjectBox for Java data management / Kotlin data management?
58
58
59
-
This 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).
59
+
The NoSQL Java database is built for storing data locally on resource-restricted devices like smartphones.
60
60
61
-
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. It's also build for handling large data volumes and allows changing your model whenever needed.
61
+
The database is otimized for high speed and low resource consumption on restricted devices, making it ideal for use on mobile devices. It uses minimal CPU, RAM, and power, which is not only great for users but also for the environment.
62
62
63
-
All of this makes ObjectBox a sustainable choice for Java data persistence - it's efficient, green, and scalable.
63
+
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).
64
+
65
+
Our concise native-language API is easy to pick up and only requires a fraction of the code compared to SQLite. No more rows or columns, just plain objects (true POJOS) with built-in relations. It isgreat for handling large data volumes and allows changing your model whenever needed.
66
+
67
+
All of this makes ObjectBox a sustainable choice for local data persistence with Java and Kotlin - it's easy, efficient, and sustainable.
64
68
65
69
### Features
66
70
@@ -139,7 +143,7 @@ For details please check the [docs](https://docs.objectbox.io).
139
143
140
144
❤ **Your opinion matters to us!** Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/bdktGBUmL4m48ruj7).
141
145
142
-
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. To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development?
146
+
We believe, ObjectBox is super easy to use. We want to bring joy and delight to app developers with intuitive and fun to code with APIs. To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development?
143
147
144
148
**We're looking forward to receiving your comments and requests:**
0 commit comments