RSSAmplifier

Ray Fix’s Blog · May 18, 2021

Fluent with SwiftUI

0
Sign in to vote or save

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…

Read on /2021/05/18/fluent-swiftui.html

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.