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 a53d35c commit 67a604dCopy full SHA for 67a604d
1 file changed
standalone/src-tauri/src/db.rs
@@ -78,7 +78,7 @@ impl DatabaseHandle {
78
.context("enable extension loading")?;
79
conn.load_extension(
80
extension_path.unwrap().to_string_lossy().as_ref(),
81
- None::<&str>,
+ Some("sqlite3_absurd_init"),
82
)
83
.context("load SQLite extension")?;
84
conn.load_extension_disable()
0 commit comments