Simple play icon Course
Skills Expanded

Using SQLite in Your iOS Apps

by Chris Woodard

This is a meat-and-potatoes introduction to using SQLite in your iOS apps without importing an external framework. This course will teach you why you would do it, and it builds an app in steps.

What you'll learn

SQLite is a fast, reliable, and flexible embedded SQL database engine with a C API that works on iOS, Android, macOS, and other operating systems. In this course, Using SQLite in Your iOS Apps, you'll learn how to build an app that uses the SQLite engine for data cache and will strive for independence by calling the SQLite API directly from Swift 3. First, you'll explore prototyping SQL queries in the command line. Next, you'll discover how to execute SQL queries with the SQLite API in a custom data cache. Then, you'll learn how to write and use custom SQLite functions. Finally, you'll be working with SQLite in a multithreaded environment. By the end of this course, you'll know how to write your own SQLite caches for your apps and how to use some advanced features of the SQLite engine.

Table of contents

Course Overview
1min
Course Wrapup
1min

About the author

Chris has been an iOS developer for five years and a software developer for 30+ years. Along the way he's been an adjunct college instructor, PHP/server developer, done some HTML/Javascript/CSS development and gotten an advanced degree and a half in visual perception. He's been around the block a few times and has learned a thing or two about best practices and will try to model those best practices in his content.

Ready to upskill? Get started