sqlite in swift

Swift
let insertStatementString = "INSERT INTO Contact (Id, Name) VALUES (?, ?);"

Source

Also in Swift: