Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.71 KB

File metadata and controls

24 lines (19 loc) · 1.71 KB

In order to update an existing Git submodule execute: (You might need permissions from Owner to get submodules)

git submodule update --remote --merge

SQLite For Mobil Developers

  1. Getting Up to Speed with Databases and SQLite [ X ]
  2. Understanding What SQLite is [ X ]
  3. Using SQLite Basics: Storing and Retrieving Data [ X ]
  4. Working with the Relational Model and SQLite [ X ]
  5. Using SQLite Features
  1. Using SQLite with Core Data (iOS and OSX) [ X ]
  2. Using SQLite/Core Data with Swift (iOS and OSX) [ X ]
  3. Using SQLiteCore Data With Objective-C (iOS and Mac) [ ]