File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
ObjectBox is a superfast object-oriented database with strong relation support.
7
7
ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
8
8
9
- ** Latest version: [ 2.8.0 (2020/11/04 )] ( https://docs.objectbox.io/#objectbox-changelog ) **
9
+ ** Latest version: [ 2.8.0 (2020/11/05 )] ( https://docs.objectbox.io/#objectbox-changelog ) **
10
10
11
11
Demo code using ObjectBox:
12
12
13
13
``` java
14
- Playlist playlist = new Playlist (" My Favorties " );
14
+ Playlist playlist = new Playlist (" My Favorites " );
15
15
playlist. songs. add(new Song (" Lalala" ));
16
16
playlist. songs. add(new Song (" Lololo" ));
17
17
box. put(playlist);
@@ -23,7 +23,7 @@ ObjectBox supports multiple platforms and languages.
23
23
Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
24
24
25
25
* [ ObjectBox Swift] ( https://github.com/objectbox/objectbox-swift ) : build fast mobile apps for iOS (and macOS)
26
- * [ ObjectBox Dart/Flutter] ( https://github.com/objectbox/objectbox-dart ) : cross-plattform for mobile and desktop apps (beta)
26
+ * [ ObjectBox Dart/Flutter] ( https://github.com/objectbox/objectbox-dart ) : cross-platform for mobile and desktop apps (beta)
27
27
* [ ObjectBox Go] ( https://github.com/objectbox/objectbox-go ) : great for data-driven tools and small server applications
28
28
* [ ObjectBox C and C++] ( https://github.com/objectbox/objectbox-c ) : native speed with zero copy access to FlatBuffer objects
29
29
You can’t perform that action at this time.
0 commit comments