We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3484825 + 2b3f71c commit ec7b589Copy full SHA for ec7b589
README.md
@@ -97,7 +97,7 @@ for row in try db.prepare("SELECT id, email FROM users") {
97
// id: Optional(3), email: Optional("cathy@icloud.com")
98
}
99
100
-db.scalar("SELECT count(*) FROM users") // 2
+try db.scalar("SELECT count(*) FROM users") // 2
101
```
102
103
[Read the documentation][See Documentation] or explore more,
0 commit comments