Tag: SwiftyDB

iOS Tutorials at AppCoda

Managing SQLite Database with SwiftyDB

Last updated on June 29th, 2016Choosing 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 last option includes some extra hassle as the database must be created first, […]

Keep Reading...