14

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.

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>