Post

Replies

Boosts

Views

Activity

Reply to Can SQLite be used with SwiftUI?
I don’t have much experience with SQLite directly on iOS, but if you’re referring to SQLite for persistence of a model, maybe CoreData is a way to do it given that it’s a framework provided by Apple itself. I haven’t tried it myself, and I usually use Realm for persistence. I am very curious how Realm’s reactive approach works with Swift UI’s observers.
Jun ’20