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 bd9f3cb commit f7cc9d4Copy full SHA for f7cc9d4
package/src/store/SqliteClient.ts
@@ -51,8 +51,6 @@ export class SqliteClient {
51
name: SqliteClient.dbName,
52
});
53
54
- console.log(this.db.getDbPath());
55
-
56
await this.db?.execute('PRAGMA foreign_keys = ON', []);
57
} catch (e) {
58
this.logger?.('error', `Error opening database ${SqliteClient.dbName}`, {
0 commit comments