Sharing with SQLite: The Problems
Point-Free Videos - A podcast by Brandon Williams & Stephen Celis - Mondays

Categories:
π Persisting app state to user defaults or a JSON file is simple and convenient, but it starts to break down when you need to present this data in more complex ways, and this is where SQLite really shines. Let's get a handle on the problem with some state that is currently persisted to a JSON file, and let's see how SQLite fixes it.