Skip to content

Commit e47c3c3

Browse files
committed
Update README.md
1 parent 7898a77 commit e47c3c3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222

2323
# ObjectBox Java Database (Kotlin, Android)
2424

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 💚
2627

2728
### Demo code
2829

@@ -56,7 +57,7 @@ box.put(playlist)
5657

5758
## Why use ObjectBox for Java data management / Kotlin data management?
5859

59-
The NoSQL Java database is built for storing data locally on resource-restricted devices like smartphones.
60+
The NoSQL Java database is built for storing data locally, offline-first on resource-restricted devices like phones.
6061

6162
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.
6263

@@ -69,9 +70,9 @@ All of this makes ObjectBox a sustainable choice for local data persistence with
6970
### Features
7071

7172
🏁 **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\
7374
🔗 **[Relations](https://docs.objectbox.io/relations):** object links / relationships are built-in\
74-
💻 **Multiplatform:** Linux, Windows, Android, iOS, macOS
75+
💻 **Multiplatform:** Linux, Windows, Android, iOS, macOS, any POSIX system
7576

7677
🌱 **Scalable:** handling millions of objects resource-efficiently with ease\
7778
💐 **[Queries](https://docs.objectbox.io/queries):** filter data as needed, even across relations\

0 commit comments

Comments
 (0)