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 66ObjectBox is a superfast object-oriented database with strong relation support.
77ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
88
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 ) **
1010
1111Demo code using ObjectBox:
1212
1313``` java
14- Playlist playlist = new Playlist (" My Favorties " );
14+ Playlist playlist = new Playlist (" My Favorites " );
1515playlist. songs. add(new Song (" Lalala" ));
1616playlist. songs. add(new Song (" Lololo" ));
1717box. put(playlist);
@@ -23,7 +23,7 @@ ObjectBox supports multiple platforms and languages.
2323Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
2424
2525* [ 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)
2727* [ ObjectBox Go] ( https://github.com/objectbox/objectbox-go ) : great for data-driven tools and small server applications
2828* [ ObjectBox C and C++] ( https://github.com/objectbox/objectbox-c ) : native speed with zero copy access to FlatBuffer objects
2929
You can’t perform that action at this time.
0 commit comments