We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e6d27 commit 517c2b6Copy full SHA for 517c2b6
SQLite.playground/Contents.swift
@@ -35,7 +35,7 @@ try! db.run(emails.insert(
35
body <- "This is a hello world message."
36
))
37
38
-let row = db.pluck(emails.match("hello"))
+let row = try! db.pluck(emails.match("hello"))
39
40
let query = try! db.prepare(emails.match("hello"))
41
for row in query {
0 commit comments