From 075d68826ca8aed6ae4f506fe6f3e2abf1a6bb62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Mon, 22 Jul 2024 21:44:35 -0400 Subject: [PATCH] create database in dedicated directory --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 2b58e77..64865a2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -67,7 +67,7 @@ export default class MyPlugin extends Plugin { async start() { let openRes = await this.promiser("open", { - filename: "/test.sqlite2", + filename: "/managed-sah/test.sqlite3", vfs: "opfs-sahpool", }); const { dbId } = openRes;