Skip to content

Commit e4e7689

Browse files
Merge branch 'main' into dev
2 parents 2127c8e + b92cb64 commit e4e7689

File tree

1 file changed

+44
-15
lines changed

1 file changed

+44
-15
lines changed

README.md

Lines changed: 44 additions & 15 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.
@@ -24,15 +24,25 @@ playlist.songs.add(new Song("Lololo"));
2424
box.put(playlist);
2525
```
2626

27-
Other languages/bindings
28-
------------------------
29-
ObjectBox supports multiple platforms and languages.
30-
Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
27+
Want details? **[Read the docs](https://docs.objectbox.io/)**
3128

32-
* [ObjectBox Swift](https://github.com/objectbox/objectbox-swift): build fast mobile apps for iOS (and macOS)
33-
* [ObjectBox Dart/Flutter](https://github.com/objectbox/objectbox-dart): cross-platform for mobile and desktop apps
34-
* [ObjectBox Go](https://github.com/objectbox/objectbox-go): great for data-driven tools and embedded server applications
35-
* [ObjectBox C and C++](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects
29+
Features
30+
-------------
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
35+
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
40+
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
44+
45+
Enjoy ❤️
3646

3747
Gradle setup
3848
------------
@@ -90,15 +100,34 @@ The `Box` object gives you access to all major functions, like `put`, `get`, `re
90100

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

93-
Links
94-
-----
95-
[Features](https://objectbox.io/features/)
96103

97-
[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 can I help ObjectBox?
116+
---------------------------
117+
We believe, ObjectBox is super easy to use. We are on a mission to make developers’ lives better, by building developer tools that are intuitive and fun to code with.
118+
119+
To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development?
120+
121+
**We're looking forward to receiving your comments and requests:**
122+
123+
- Add [GitHub issues](https://github.com/ObjectBox/objectbox-java/issues)
124+
- Upvote issues you find important by hitting the 👍/+1 reaction button
125+
- Drop us a line via [@ObjectBox_io](https://twitter.com/ObjectBox_io/)
126+
- ⭐ us, if you like what you see
98127

99-
[Examples](https://github.com/objectbox/objectbox-examples)
128+
Thank you! 🙏
100129

101-
[![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)
130+
Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox.io/blog)!
102131

103132
License
104133
-------

0 commit comments

Comments
 (0)