mobile-tooling / library
Realm Swift
Capability: Realm Swift
Use it when
- store structured offline data in an iOS application
- observe local object changes without hand-writing SQLite mappings
What it solves
Not the fit when
- cross-platform JavaScript apps use a different SDK and sync service choices
Install
Add `https://github.com/realm/realm-swift` with Swift Package Manager
Invoke
Define persisted Object models, open a Realm, perform writes in a transaction, and explicitly design migration and optional sync behavior.
Alternatives
No reviewed alternatives recorded yet.