Skip to content

Commit a659ddc

Browse files
authored
Update README.md
adding in Database - for all the people that land on the page and lack context, also findability....
1 parent 62c838f commit a659ddc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center"><img width="466" src="https://raw.githubusercontent.com/objectbox/objectbox-java/master/logo.png"></p>
22

3-
# ObjectBox Java (Kotlin, Android)
3+
# ObjectBox Java Database (Kotlin, Android)
44

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.
66
ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
77

88
**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
123123
ObjectBox supports multiple platforms and languages.
124124
Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
125125

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
130130

131131

132132
## License

0 commit comments

Comments
 (0)