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
Want details? **[Read the docs](https://docs.objectbox.io/)**
28
29
29
-
Features
30
-
-------------
30
+
## Features
31
+
31
32
🏁 **High performance** on restricted devices, like IoT gateways, micro controllers, ECUs etc.\
32
33
🪂 **Resourceful** with minimal CPU, power and Memory usage for maximum flexibility and sustainability\
33
34
🔗 **Relations:** object links / relationships are built-in\
@@ -44,13 +45,13 @@ Features
44
45
45
46
Enjoy ❤️
46
47
47
-
Gradle setup
48
-
------------
48
+
## Gradle setup
49
+
49
50
For Android projects, add the ObjectBox Gradle plugin to your root `build.gradle`:
50
51
51
52
```groovy
52
53
buildscript {
53
-
ext.objectboxVersion = "3.1.0"
54
+
ext.objectboxVersion = "3.1.1"
54
55
repositories {
55
56
mavenCentral()
56
57
}
@@ -72,8 +73,8 @@ plugins {
72
73
apply plugin: "io.objectbox" // Add after other plugins.
73
74
```
74
75
75
-
First steps
76
-
-----------
76
+
## First steps
77
+
77
78
Create a data object class `@Entity`, for example "Playlist".
78
79
```
79
80
// Kotlin
@@ -101,8 +102,8 @@ The `Box` object gives you access to all major functions, like `put`, `get`, `re
101
102
For details please check the [docs](https://docs.objectbox.io).
102
103
103
104
104
-
Other languages/bindings
105
-
------------------------
105
+
## Other languages/bindings
106
+
106
107
ObjectBox supports multiple platforms and languages.
107
108
Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
108
109
@@ -112,8 +113,8 @@ Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
112
113
*[ObjectBox C and C++](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects
113
114
114
115
115
-
How can I help ObjectBox?
116
-
---------------------------
116
+
## How can I help ObjectBox?
117
+
117
118
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
119
120
To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development?
@@ -129,9 +130,9 @@ Thank you! 🙏
129
130
130
131
Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox.io/blog)!
131
132
132
-
License
133
-
-------
134
-
Copyright 2017-2021 ObjectBox Ltd. All rights reserved.
133
+
## License
134
+
135
+
Copyright 2017-2022 ObjectBox Ltd. All rights reserved.
135
136
136
137
Licensed under the Apache License, Version 2.0 (the "License");
137
138
you may not use this file except in compliance with the License.
0 commit comments