Skip to content

Commit 6d39bfb

Browse files
Update README.md
1 parent 3680274 commit 6d39bfb

File tree

1 file changed

+39
-44
lines changed

1 file changed

+39
-44
lines changed

README.md

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

33
# ObjectBox Java (Kotlin, Android)
44
[ObjectBox](https://objectbox.io/) is a superfast object-oriented database with strong relation support.
@@ -26,49 +26,24 @@ box.put(playlist);
2626

2727
Want details? **[Read the docs](https://docs.objectbox.io/)**
2828

29-
High-performance database
29+
Features
3030
-------------
31-
🏁 High-speed data persistence enabling realtime applications
31+
🏁 **High performance** on restricted devices, like IoT gateways, micro controllers, ECUs etc.\
32+
🪂 **Resourceful** with minimal CPU, power and Memory usage for maximum flexibility and sustainability\
33+
🔗 **Relations:** object links / relationships are built-in\
34+
💻 **Multiplatform:** Linux, Windows, Android, iOS, macOS
3235

33-
💻 Cross-platform Database for Linux, Windows, Android, iOS, macOS
34-
35-
🪂 ACID compliant: Atomic, Consistent, Isolated, Durable
36-
37-
🌱 Scalable: grows with your needs, handling millions of objects with ease
38-
39-
40-
41-
**Easy to use**
42-
43-
🔗 Built-in [Relations (to-one, to-many)](https://docs.objectbox.io/relations)
44-
45-
[Powerful queries](https://docs.objectbox.io/queries): filter data as needed, even across relations
46-
47-
🦮 Statically typed: compile time checks & optimizations
48-
49-
📃 Automatic schema migrations: no update scripts needed
50-
51-
52-
53-
**And much more than just data persistence**
54-
55-
**[ObjectBox Sync](https://objectbox.io/sync/)**: keeps data in sync between devices and servers
56-
57-
🕒 [ObjectBox TS](https://objectbox.io/time-series-database/): time series extension for time based data
36+
🌱 **Scalable:** handling millions of objects resource-efficiently with ease\
37+
💐 **Queries:** filter data as needed, even across relations\
38+
🦮 **Statically typed:** compile time checks & optimizations\
39+
📃 **Automatic schema migrations:** no update scripts needed
5840

41+
**And much more than just data persistence**\
42+
👥 **[ObjectBox Sync](https://objectbox.io/sync/):** keeps data in sync between devices and servers\
43+
🕒 **[ObjectBox TS](https://objectbox.io/time-series-database/):** time series extension for time based data
5944

6045
Enjoy ❤️
6146

62-
Other languages/bindings
63-
------------------------
64-
ObjectBox supports multiple platforms and languages.
65-
Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
66-
67-
* [ObjectBox Swift](https://github.com/objectbox/objectbox-swift): build fast mobile apps for iOS (and macOS)
68-
* [ObjectBox Dart/Flutter](https://github.com/objectbox/objectbox-dart): cross-platform for mobile and desktop apps
69-
* [ObjectBox Go](https://github.com/objectbox/objectbox-go): great for data-driven tools and embedded server applications
70-
* [ObjectBox C and C++](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects
71-
7247
Gradle setup
7348
------------
7449
For Android projects, add the ObjectBox Gradle plugin to your root `build.gradle`:
@@ -125,15 +100,35 @@ The `Box` object gives you access to all major functions, like `put`, `get`, `re
125100

126101
For details please check the [docs](https://docs.objectbox.io).
127102

128-
Links
129-
-----
130-
[Features](https://objectbox.io/features/)
131103

132-
[Docs & Changelog](https://docs.objectbox.io/), [JavaDocs](https://objectbox.io/docfiles/java/current/)
104+
Other languages/bindings
105+
------------------------
106+
ObjectBox supports multiple platforms and languages.
107+
Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
108+
109+
* [ObjectBox Swift](https://github.com/objectbox/objectbox-swift): build fast mobile apps for iOS (and macOS)
110+
* [ObjectBox Dart/Flutter](https://github.com/objectbox/objectbox-dart): cross-platform for mobile and desktop apps
111+
* [ObjectBox Go](https://github.com/objectbox/objectbox-go): great for data-driven tools and embedded server applications
112+
* [ObjectBox C and C++](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects
113+
114+
115+
How I help ObjectBox?
116+
---------------------------
117+
We're on a mission to bring joy and delight to Mobile app developers.
118+
We want ObjectBox not only to be the fastest Swift database, but also the swiftiest Swift data persistence, making you enjoy coding with ObjectBox.
119+
120+
To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development?
121+
122+
**We're looking forward to receiving your comments and requests:**
123+
124+
- Add [GitHub issues](https://github.com/ObjectBox/objectbox-java/issues)
125+
- Upvote issues you find important by hitting the 👍/+1 reaction button
126+
- Drop us a line via [@ObjectBox_io](https://twitter.com/ObjectBox_io/)
127+
- ⭐ us, if you like what you see
133128

134-
[Examples](https://github.com/objectbox/objectbox-examples)
129+
Thank you! 🙏
135130

136-
[![Follow ObjectBox on Twitter](https://img.shields.io/twitter/follow/ObjectBox_io.svg?style=flat-square&logo=twitter)](https://twitter.com/intent/follow?screen_name=ObjectBox_io)
131+
Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox.io/blog)!
137132

138133
License
139134
-------

0 commit comments

Comments
 (0)