filmov
tv
SQLite: Local Database | Swift 4, Xcode 9
Показать описание
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 an object graph. Adding a performant framework for storing data that a developer can manage is an invaluable tool that you can add to your arsenal.
See what's next on the schedule by checking out my Trello board:
If you want to live chat, join the Applied Swift Slack team by sending me your email address.
The finished project will be posted up on github which you can find the link here:
If you have any questions or comments about the tutorial, or want to suggest a video to make, feel free to leave a comment below, or reach out to me on Twitter:
If you found this tutorial helpful, make sure to subscribe to the channel for more great tutorials.
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 an object graph. Adding a performant framework for storing data that a developer can manage is an invaluable tool that you can add to your arsenal.
See what's next on the schedule by checking out my Trello board:
If you want to live chat, join the Applied Swift Slack team by sending me your email address.
The finished project will be posted up on github which you can find the link here:
If you have any questions or comments about the tutorial, or want to suggest a video to make, feel free to leave a comment below, or reach out to me on Twitter:
If you found this tutorial helpful, make sure to subscribe to the channel for more great tutorials.
Комментарии