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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@
22
22
23
23
# ObjectBox Java Database (Kotlin, Android)
24
24
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.
25
+
Java database - simple but powerful, frugal but fast.\
26
+
Embedded into your Android, Linux, macOS, iOS, or Windows app, store and manage data easily, enjoy ludicrous speed, build ecoconciously 💚
26
27
27
28
### Demo code
28
29
@@ -56,7 +57,7 @@ box.put(playlist)
56
57
57
58
## Why use ObjectBox for Java data management / Kotlin data management?
58
59
59
-
The NoSQL Java database is built for storing data locallyon resource-restricted devices like smartphones.
60
+
The NoSQL Java database is built for storing data locally, offline-first on resource-restricted devices like phones.
60
61
61
62
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
63
@@ -69,9 +70,9 @@ All of this makes ObjectBox a sustainable choice for local data persistence with
69
70
### Features
70
71
71
72
🏁 **High performance** on restricted devices, like IoT gateways, micro controllers, ECUs etc.\
72
-
🪂**Resourceful** with minimal CPU, power and Memory usage for maximum flexibility and sustainability\
73
+
💚**Resourceful** with minimal CPU, power and Memory usage for maximum flexibility and sustainability\
73
74
🔗 **[Relations](https://docs.objectbox.io/relations):** object links / relationships are built-in\
0 commit comments