This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Apple’s CoreData is a great choice for a data model on iOS and with SwiftUI. Under the hood it uses SQLite to handle lots of data that can’t fit into memory all at once. I have always wondered about using SQLite directly. It would be a little messy because SQLite is a C library and it would force you to use the unsafe APIs that you would certainly want to wrap. It turns out that you can pretty…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.