Tutorial

Managing SQLite Database with SwiftyDB


Choosing a way for storing data permanently is something that is always needed when developing applications. There are various options we can pick from: To create single files, to use CoreData or create a SQLite database. The...