A wrapper around Realm! 🎁
Add the following to Package.swift
:
.package(url: "https://github.com/stateman92/RealmWrapper", exact: .init(0, 0, 3))
let realm = RealmWrapper()
realm.add(Animal(name: "Tom", age: 3))
// realm.objects(Animal.self)?.count == 1
For details see the Example app.
The library is well-tested with practically 100% coverage (84.5%).
link |
Stars: 1 |
Last commit: 2 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics