Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 506 Bytes

File metadata and controls

5 lines (4 loc) · 506 Bytes

This directory contains code from Point-Free Episode: SQLite: The C Library

SQLite is one of the most well-crafted, battle-tested, widely-deployed pieces of software in history, and it’s a great fit for apps with more complex persistence needs than user defaults or a JSON file. Let’s get familiar with the library, starting with a crash course in interacting with C code from Swift.