Last month I mentioned the SwiftData library for working with SQLite databases written in Swift.
Here’s another library for working with SQLite databases in swift called SQLite.swift from Stephen Celis with a nice simple syntax. A playground is included for interactively exploring SQLite.swift.
Some of the features of SQLite.swift as stated in the readme include:
Uncomplicated query and parameter binding interface
Safe, automatically-typed data access
Implicit commit/rollback interface
Developer-friendly error handling and debugging
Well-documented
Extensively tested
You can find SQLite.swift on Github here.
A nice library for working with SQLite databases in Swift.
Thanks to Chris for the submission.
- Open Source Swift Based Library For Working With SQLite Databases
- Open Source: Active Record Library For SQLite Databases In iOS Apps
- Open Source iOS Library Providing A Blocks Driven Syntax For Working With SQLite Databases
- Open Source Core Data Alternative For Those Who Want Direct SQL Access
- Tutorial: Easy iOS Databases With SQLite and FMDB
Original article: Open Source Swift Library Making It Easier To Use SQLite Databases
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




