Skip to content

Commit

Permalink
Try vscode/sqlite3 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 20, 2023
1 parent 681aeff commit 6362251
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 251 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"license": "GPL-3.0",
"dependencies": {
"@nut-tree/nut-js": "^3.1.2",
"@vscode/sqlite3": "^5.1.6-vscode",
"axios": "^1.4.0",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"jimp": "^0.22.8",
"jsdom": "^22.1.0",
"sqlite3": "^5.1.6",
"update-electron-app": "^2.0.1"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/sqlHandler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const sqlite3 = require('sqlite3').verbose();
const sqlite3 = require('@vscode/sqlite3').verbose();

const sqlHandler = {
db: null,
Expand Down
Loading

0 comments on commit 6362251

Please sign in to comment.