|
1 | 1 | <p align="center"><img width="466" src="https://raw.githubusercontent.com/objectbox/objectbox-java/master/logo.png"></p> |
2 | 2 |
|
3 | | -# ObjectBox Java (Kotlin, Android) |
| 3 | +# ObjectBox Java Database (Kotlin, Android) |
4 | 4 |
|
5 | | -[ObjectBox](https://objectbox.io/) is a superfast object-oriented database with strong relation support. |
| 5 | +[ObjectBox](https://objectbox.io/) is a superfast object-oriented database with strong relation support and easy-to-use native language APIs. |
6 | 6 | ObjectBox is embedded into your Android, Linux, macOS, or Windows app. |
7 | 7 |
|
8 | 8 | **Latest version: [3.1.2 (2022/02/21)](https://docs.objectbox.io/#objectbox-changelog)** |
@@ -123,10 +123,10 @@ Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox |
123 | 123 | ObjectBox supports multiple platforms and languages. |
124 | 124 | Besides JVM based languages like Java and Kotlin, ObjectBox also offers: |
125 | 125 |
|
126 | | -* [ObjectBox Swift](https://github.com/objectbox/objectbox-swift): build fast mobile apps for iOS (and macOS) |
127 | | -* [ObjectBox Dart/Flutter](https://github.com/objectbox/objectbox-dart): cross-platform for mobile and desktop apps |
128 | | -* [ObjectBox Go](https://github.com/objectbox/objectbox-go): great for data-driven tools and embedded server applications |
129 | | -* [ObjectBox C and C++](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects |
| 126 | +* [ObjectBox Swift Database](https://github.com/objectbox/objectbox-swift): build fast mobile apps for iOS (and macOS) |
| 127 | +* [ObjectBox Dart/Flutter Database](https://github.com/objectbox/objectbox-dart): cross-platform for mobile and desktop apps |
| 128 | +* [ObjectBox Go Database](https://github.com/objectbox/objectbox-go): great for data-driven tools and embedded server applications |
| 129 | +* [ObjectBox C and C++ Database](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects |
130 | 130 |
|
131 | 131 |
|
132 | 132 | ## License |
|
0 commit comments