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
ObjectBox is a superfast, light-weight Swift database persisting Swift objects fast, easily, and fully ACID-compliant on-device on iOS and macOS.
9
-
On top, it comes with an [out-of-the-box Data Sync](https://objectbox.io/sync/) handling the complexity of occassionally connected devices, networking and conflict resolution code for you. Build apps that reliably sync between devices and any backend, offline on-premise or online with the Cloud.
30
+
Powerful & superfast database for Swift that's also easy to use. Persist Swift objects quickly and reliably on-device on iOS and macOS.
31
+
32
+
## Demo code
10
33
11
34
```swift
12
35
let santa =Person(firstName: "Santa", lastName: "Claus")
@@ -22,10 +45,29 @@ let oldClauses = query.find()
22
45
Want details? **[Read the guides](https://swift.objectbox.io/)** or
23
46
**[check out the API docs](https://objectbox.io/docfiles/swift/current/)**.
24
47
25
-
High-performance Swift database
26
-
-------------
48
+
## Table of Contents
49
+
-[Why use ObjectBox for Swift data persistence?](#why-use-objectbox-for-swift-data-persistence)
50
+
-[Features](#features)
51
+
-[Adding ObjectBox to your project](#adding-objectbox-to-your-project)
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 🌟
65
+
66
+
On top, ObjectBox comes with an [out-of-the-box Data Sync](https://objectbox.io/sync/) handling the complexity of occassionally connected devices, networking and conflict resolution code for you. Build apps that reliably sync between devices and any backend, offline on-premise or online with the Cloud.
67
+
68
+
### Features
27
69
🏁 **High performance** on restricted devices, like IoT gateways, micro controllers, ECUs etc.\
28
-
🪂**Resourceful** with minimal CPU, power and Memory usage for maximum flexibility and sustainability\
70
+
💚**Resourceful** with minimal CPU, power and Memory usage for maximum flexibility and sustainability\
29
71
🔗 **Relations:** object links / relationships are built-in\
We're on a mission to bring joy and delight to Mobile app developers.
140
-
We want ObjectBox not only to be the fastest Swift database, but also the swiftiest Swift data persistence, making you enjoy coding with ObjectBox.
141
170
142
-
To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development?
171
+
We're on a mission to bring joy, delight and sustainability to app developers. **To do this, we need your help:** Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6). Let us know what you love and what is amiss, so we can improve.
143
172
144
173
**We're looking forward to receiving your comments and requests:**
145
174
@@ -152,6 +181,18 @@ Thank you! 🙏
152
181
153
182
Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox.io/blog)!
0 commit comments