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.
1 parent c0d27c9 commit 01b5aa1Copy full SHA for 01b5aa1
Demo/GRDB Demo/GRDB Demo/GRDB_DemoApp.swift
@@ -33,7 +33,7 @@ func openDatabase()
33
34
do {
35
var config = Configuration()
36
- config.configurePowerSync(
+ try config.configurePowerSync(
37
schema: schema
38
)
39
let grdb = try DatabasePool(
0 commit comments