04

Here’s a Swift based library that makes it easier to work with SQLite databases called SwiftData from Ryan Fowler.

The features of SwiftData include:

  • Many different helper methods for common tasks
  • Queries are returned as an array
  • Direct execution of SQL statements
  • Error handling
  • Thread safe

You can find SwiftData on Github here.

Comments are closed.