SQLite – How to use SQLite in swift



SQLite – How to use SQLite in swift

SQLite - How to use SQLite in swift

SQLite is a local database, it is allows to manage the data of the application and store it on the device.
This video will illustrate through a list of contacts, how to create a database, insert data into it, present data, update it and delete it.

GitHub: https://github.com/SwiftCodeSnippets/SQLite-How-to-use-SQLite.git

Shout out to Animated Wookiee for the awesome animation to my logo : https://www.instagram.com/animated_wookiee/?igshid=1kxj8wrwtwte

Comments are closed.