How-to-use-SQLite-Database-in-Swift

In this tutorial we cover how to use SQLite database in Swift. This is an example showing how to create a application that performs Insert, Update, Delete operation on a table called StudentInfo.

// repository documentation