Today we go over how to save data to a local database with SQLite using Swift 4. This tutorial will go over the basics of using SQLite in your iOS app so you can store user data. By the end of this tutorial, you will know how to create, read, update, and delete from your local database.
When you need to persist information into a database on a user’s device, SQLite can be a very powerful tool. As opposed to Core Data, SQLite is an actual database, whereas Core Data is a framework that manages a