Members Only: Today's video is available only to members. If you are already a member, you can access your private podcast feed by visiting https://www.pointfree.co/account.
---
SQLiteData is incredibly test-friendly. We will show how to configure a test suite for your data layer, how to seed the database for testing, how to assert against this data as it changes, how to employ `expectNoDifference` for better debugging over Swift Testing's `#expect` macro, and how to control the `uuid()` function used by SQLite.