22
33ObjectBox Swift
44===============
5- [ ![ Version] ( https://img.shields.io/cocoapods/v/ObjectBox.svg?style=flat )] ( https://cocoapods.org/pods/ObjectBox )
6- [ ![ Platform] ( https://img.shields.io/cocoapods/p/ObjectBox.svg?style=flat )] ( https://cocoapods.org/pods/ObjectBox )
5+ ![ Version] ( https://img.shields.io/cocoapods/v/ObjectBox.svg?style=flat )
6+ ![ Platform] ( https://img.shields.io/cocoapods/p/ObjectBox.svg?style=flat )
77
88ObjectBox is a superfast, light-weight object persistence framework.
99This Swift API seamlessly persists objects on-device for iOS and macOS.
@@ -97,10 +97,10 @@ Thank you!
9797
9898Keep in touch
9999-------------
100- We're obviously not finished here.
101- [ Sign up here] ( https://objectbox.io/ios-alpha/ ) for future updates on ObjectBox Swift.
102100
103- For general news on ObjectBox, [ check our blog] ( https://objectbox.io/blog ) .
101+ [ Sign up here] ( https://objectbox.io/ios ) for future updates on ObjectBox Swift.
102+
103+ For general news on ObjectBox, [ check our blog] ( https://objectbox.io/blog ) or follow [ @ObjectBox_io] ( https://twitter.com/ObjectBox_io/ ) on Twitter.
104104
105105Background: code generation
106106---------------------------
@@ -116,9 +116,11 @@ Other languages/bindings
116116------------------------
117117ObjectBox is a multi platform database supporting [ multiple languages] ( https://objectbox.io/dev-get-started/ ) :
118118
119- * [ ObjectBox C API] ( https://github.com/objectbox/objectbox-c ) : native speed with zero copy access to FlatBuffer objects;
119+ * [ ObjectBox Java] ( https://github.com/objectbox/objectbox-java ) : runs on Android, desktop and servers.
120+ * [ ObjectBox Go] ( https://github.com/objectbox/objectbox-go ) : great for data-driven tools and server applications.
121+ * [ ObjectBox C] ( https://github.com/objectbox/objectbox-c ) : native speed with zero copy access to FlatBuffer objects;
120122 also enables porting ObjectBox to other languages.
121- * [ ObjectBox Java ] ( https://github.com/objectbox/objectbox-java ) : runs on Android, desktop and even servers.
123+ * [ ObjectBox Dart ] ( https://github.com/objectbox/objectbox-dart/ ) : build cross-platform apps using Flutter (early version)
122124
123125License
124126-------
0 commit comments