chore(deps): 将数据库驱动从 better-sqlite3 切换为 sqlite3

- 移除 better-sqlite3 相关配置
- 更新 package.json 依赖项
This commit is contained in:
zhang1106
2026-05-09 09:00:52 +08:00
parent f5a305130a
commit 637adebb85
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
"node-cron": "^4.2.1",
"sequelize": "^6.37.8",
"smb2": "^0.2.2",
"better-sqlite3": "^11.7.0",
"sqlite3": "^5.1.7",
"ssh2-sftp-client": "^9.1.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",