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
Copy file name to clipboardExpand all lines: README.md
+10-47Lines changed: 10 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
</a>
22
22
</p>
23
23
24
-
# Swift Database - swiftly persist objects and on-device vector database for iOS & macOS
24
+
# ObjectBox Swift Database - swiftly persist objects and on-device vector database for iOS & macOS
25
25
26
26
Powerful & superfast database for Swift that's also easy to use. Persist Swift objects quickly and reliably on-device on iOS and macOS.
27
27
@@ -68,7 +68,7 @@ Want details? **[Read the guides](https://swift.objectbox.io/)** or
68
68
69
69
## Why use ObjectBox for Swift data persistence?
70
70
71
-
Simple but powerful; frugal but fast: The ObjectBox NoSQL database offers an intuitive Swift API that's easy to pick up, fun to work with, and incredibly fast, making it sustainable in many ways. Its frugal recource use (CPU, memory, battery / power) makes ObjectBox an ideal and sustainable choice for iOS apps. So why not give it a try right away? Check out the [installation section below](#adding-objectbox-to-your-project). You can also star this repository for later 🌟
71
+
Simple but powerful; frugal but fast: The ObjectBox NoSQL database offers an intuitive Swift API that's easy to pick up, fun to work with, and incredibly fast, making it sustainable in many ways. Its frugal recource use (CPU, memory, battery / power) makes ObjectBox an ideal and sustainable choice for iOS apps. So why not give it a try right away? Check out the [installation section below](#add-objectbox-to-your-project). You can also star this repository for later 🌟
72
72
73
73
### Features
74
74
@@ -87,51 +87,14 @@ Simple but powerful; frugal but fast: The ObjectBox NoSQL database offers an int
87
87
👥 **[ObjectBox Sync](https://objectbox.io/sync/):** keeps data in sync between devices and servers\
88
88
🕒 **[ObjectBox TS](https://objectbox.io/time-series-database/):** time series extension for time based data
89
89
90
-
<aname="cocoapods"></a>
90
+
## Add ObjectBox to your project
91
91
92
-
## Adding ObjectBox to your project
92
+
ObjectBox is available as a
93
93
94
-
ObjectBox is available as a [CocoaPods](https://cocoapods.org) pod. [See the docs](https://swift.objectbox.io/install) for details and alternative setup options.
94
+
-[CocoaPods](https://swift.objectbox.io/install#cocoapods) pod
0 commit comments