Point-Free Videos Podcast
1) Tour of SQLiteData: Previews
🔒 We've extended the tour with a few bonus episodes that show how SQLiteData integrates with Xcode previews and tests! No need to painstakingly mock your persistence layer: previews actually hit the ...Show More
2) Tour of SQLiteData: CloudKit
🔒 We conclude our tour by adding iCloud synchronization _and_ collaborative sharing, all in under thirty minutes! We will show how support will not require any fundamental changes to our application,...Show More
3) Tour of SQLiteData: Assets
🔒 We explore how SQLiteData gives you precise control over your data model, including larger blobs of data, by adding a photo avatar feature to our scorekeeping app. Along the way we will explore a n...Show More
4) 🆓 Tour of SQLiteData: Querying
🆓 We add another feature to our SQLiteData-based app to show how the tools interact with observable models and SwiftUI view lifecycles. We'll show how the library gives you ultimate control over the ...Show More
5) 🆓 Tour of SQLiteData: Basics
🆓 We give a tour of our SQLiteData library, a fast and lightweight alternative to SwiftData. We'll set up a fresh project with the package, define models and configure the database, and even write SQ...Show More
6) CloudKit Sync: Finesse
🔒 We round out are synchronization series with a grab bag finale. We'll explore explicit synchronization, custom logout behavior, how the library handles read-only permissions, and how you can incorp...Show More
7) CloudKit Sync: Participants
🔒 We add advanced sharing functionality to our reminders app by fetching and displaying participant information, all without hitting CloudKit servers by leveraging SQLiteData's metadata, instead. Alo...Show More
8) CloudKit Sync: Sync Metadata
🔒 We want SQLiteData to work seamlessly behind the scenes without you having to worry about how it works, but we also wanted to make sure you had full access to everything happening under the hood. L...Show More
9) CloudKit Sync: Sharing
🔒 We add iCloud sharing and collaboration to our reminders app rewrite, so that multiple users can edit the same reminders list. It takes surprisingly little code, no changes to our feature's logic, ...Show More
10) CloudKit Sync: Assets
🔒 We introduce a new feature to our reminders app: cover images for each reminders list. This pushes us to create a brand new database table to synchronize, and allows us to demonstrate how SQLiteDat...Show More