1
1
<img width =" 466 " src =" https://raw.githubusercontent.com/objectbox/objectbox-swift/master/images/logo.png " >
2
2
3
- ObjectBox Swift (Alpha)
4
- =======================
3
+ ObjectBox Swift
4
+ ===============
5
5
6
6
[ ![ Version] ( https://img.shields.io/cocoapods/v/ObjectBox.svg?style=flat )] ( https://cocoapods.org/pods/ObjectBox )
7
7
[ ![ Platform] ( https://img.shields.io/cocoapods/p/ObjectBox.svg?style=flat )] ( https://cocoapods.org/pods/ObjectBox )
@@ -23,7 +23,7 @@ let oldClauses = query.find()
23
23
Want details? ** [ Read the guides] ( https://swift.objectbox.io/ ) ** or
24
24
** [ check out the API docs] ( https://objectbox.io/docfiles/swift/current/ ) ** .
25
25
26
- Note: this is an early alpha not intended for production use just yet ([ details below] ( #alpha ) ).
26
+ Note: This beta version is subject to change ([ details below] ( #alpha ) ).
27
27
28
28
Installation
29
29
------------
@@ -80,19 +80,12 @@ We're looking forward to receive your comments and requests:
80
80
81
81
Thank you!
82
82
83
- <a name =" alpha " ></a >
84
- What's Missing in the Alpha?
85
- ----------------------------
86
-
87
- _ ObjectBox Swift Alpha_ is a developer preview.
88
- ** It is not ready for production use yet!**
89
- Consider the following limitations:
83
+ <a name =" beta " ></a >
84
+ What's Missing in the Beta?
85
+ ---------------------------
90
86
91
- - No binary compatibility of your on-disk data with future versions.
92
- - No model migrations: once you persist an entity with 2 properties, you cannot simply add a 3rd property.
93
- You have to reset the store (e.g. delete the database files) to start from scratch.
94
- - Incomplete functionality: missing relation types, indexes, data observers, object browser.
95
- This functionality is available at lower layers and has not yet been exposed to Swift.
87
+ More relation types, data observers, object browser.
88
+ This functionality is available at lower layers and has not yet been exposed to Swift.
96
89
97
90
Keep in touch
98
91
-------------
0 commit comments