Open Source Swift Library Making It Easier To Use SQLite Databases

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.

 

FacebookTwitterDiggStumbleUponGoogle Plus

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.

Leave a Reply

Your email address will not be published. Required fields are marked *