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
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,7 @@
22
22
23
23
# ObjectBox Java Database (Kotlin, Android)
24
24
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 💚
27
26
28
27
### Demo code
29
28
@@ -45,7 +44,7 @@ box.put(playlist)
45
44
```
46
45
47
46
## Table of Contents
48
-
-[Why use ObjectBox](#why-use-objectbox)
47
+
-[Why use ObjectBox](#why-use-objectbox-for-java-data-management--kotlin-data-management)
49
48
-[Features](#features)
50
49
-[How to get started](#how-to-get-started)
51
50
-[Gradle setup](#gradle-setup)
@@ -59,13 +58,13 @@ box.put(playlist)
59
58
60
59
The NoSQL Java database is built for storing data locally, offline-first on resource-restricted devices like phones.
61
60
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.
63
62
64
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).
65
64
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.
67
66
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.
69
68
70
69
### Features
71
70
@@ -161,10 +160,10 @@ Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox
161
160
ObjectBox supports multiple platforms and languages.
162
161
Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
163
162
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
0 commit comments