Sharing with SQLite: The Problems
Point-Free Videos - En podkast av Brandon Williams & Stephen Celis - Mandager

Kategorier:
đ 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.