Skip to content

Commit 67a604d

Browse files
committed
fix: set entrypoint
1 parent a53d35c commit 67a604d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • standalone/src-tauri/src

standalone/src-tauri/src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ impl DatabaseHandle {
7878
.context("enable extension loading")?;
7979
conn.load_extension(
8080
extension_path.unwrap().to_string_lossy().as_ref(),
81-
None::<&str>,
81+
Some("sqlite3_absurd_init"),
8282
)
8383
.context("load SQLite extension")?;
8484
conn.load_extension_disable()

0 commit comments

Comments
 (0)