SQLite for iOS Development with Swift
This section explains the basics of using the SQLite3 library with Swift for iOS app development.
- What is SQLite?
 - SQLite Data Types
 - Creating a Test iOS App for SQLite
 - How to Create and Open a SQLite Database in Swift
 - How to Create Tables in SQLite with Swift
 - Swift + SQLite: Insert Data (INSERT)
 - Swift + SQLite: Update Data (UPDATE)
 - Swift + SQLite: Retrieve Data (SELECT)
 - Swift + SQLite: Delete Data (DELETE)
 - Swift + SQLite: How to Check the Database File Location in iOS Apps