在树莓派上不使用sqlcipher

This commit is contained in:
2021-11-07 16:30:39 +08:00
parent d964439624
commit 9760528ed0
5 changed files with 1412 additions and 495 deletions
+1397 -492
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -10,7 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@journeyapps/sqlcipher": "^5.2.0",
"@koa/cors": "^3.1.0",
"@koa/router": "^10.1.1",
"commander": "^8.3.0",
@@ -21,6 +20,7 @@
"qrcode-terminal": "^0.12.0",
"socket.io": "^4.3.1",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2",
"wechat4u": "^0.7.7"
}
}
+1 -1
View File
@@ -1,5 +1,5 @@
const inquirer = require("inquirer");
const sqlite3 = require("@journeyapps/sqlcipher");
const sqlite3 = require("sqlite3");
const sqlite = require("sqlite");
let pushSQL =