Skip to content

Commit ba1d442

Browse files
committed
Update README
1 parent b41f16a commit ba1d442

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

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

2323
# ObjectBox Java Database (Kotlin, Android)
2424

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 💚
25+
Java database - simple but powerful, frugal but fast. Embedded into your Android, Linux, macOS, iOS, or Windows app, store and manage data easily, enjoy ludicrous speed, build ecoconciously 💚
2726

2827
### Demo code
2928

@@ -45,7 +44,7 @@ box.put(playlist)
4544
```
4645

4746
## Table of Contents
48-
- [Why use ObjectBox](#why-use-objectbox)
47+
- [Why use ObjectBox](#why-use-objectbox-for-java-data-management--kotlin-data-management)
4948
- [Features](#features)
5049
- [How to get started](#how-to-get-started)
5150
- [Gradle setup](#gradle-setup)
@@ -59,13 +58,13 @@ box.put(playlist)
5958

6059
The NoSQL Java database is built for storing data locally, offline-first on resource-restricted devices like phones.
6160

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.
61+
The database is optimized 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.
6362

6463
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).
6564

66-
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.
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's great for handling large data volumes and allows changing your model whenever needed.
6766

68-
All of this makes ObjectBox a sustainable choice for local data persistence with Java and Kotlin - it's easy, efficient, and sustainable.
67+
All of this makes ObjectBox a smart choice for local data persistence with Java and Kotlin - it's efficient, easy and sustainable.
6968

7069
### Features
7170

@@ -161,10 +160,10 @@ Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox
161160
ObjectBox supports multiple platforms and languages.
162161
Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
163162

164-
* [ObjectBox Swift Database](https://github.com/objectbox/objectbox-swift): build fast mobile apps for iOS (and macOS)
165-
* [ObjectBox Dart/Flutter Database](https://github.com/objectbox/objectbox-dart): cross-platform for mobile and desktop apps
166-
* [ObjectBox Go Database](https://github.com/objectbox/objectbox-go): great for data-driven tools and embedded server applications
167-
* [ObjectBox C and C++ Database](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects
163+
* [Swift Database](https://github.com/objectbox/objectbox-swift): build fast mobile apps for iOS (and macOS)
164+
* [Dart/Flutter Database](https://github.com/objectbox/objectbox-dart): cross-platform for mobile and desktop apps
165+
* [Go Database](https://github.com/objectbox/objectbox-go): great for data-driven tools and embedded server applications
166+
* [C and C++ Database](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects
168167

169168

170169
## License

0 commit comments

Comments
 (0)