使用sqlite替换nedb

This commit is contained in:
whyour
2022-01-06 22:51:12 +08:00
parent 653b1cef20
commit 5d19ee0ab5
38 changed files with 1040 additions and 856 deletions
+6 -3
View File
@@ -25,8 +25,8 @@
},
"dependencies": {
"@otplib/preset-default": "^12.0.1",
"@sentry/node": "^6.14.0",
"@sentry/tracing": "^6.14.0",
"@sentry/node": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"body-parser": "^1.19.0",
"celebrate": "^13.0.3",
"chokidar": "^3.5.2",
@@ -47,8 +47,10 @@
"nodemailer": "^6.7.0",
"p-queue": "6.6.2",
"reflect-metadata": "^0.1.13",
"sequelize": "^7.0.0-alpha.3",
"serve-handler": "^6.1.3",
"sockjs": "^0.3.21",
"sqlite3": "^5.0.2",
"typedi": "^0.8.0",
"uuid": "^8.3.2",
"winston": "^3.3.3",
@@ -58,7 +60,7 @@
"@ant-design/icons": "^4.6.2",
"@ant-design/pro-layout": "^6.26.0",
"@monaco-editor/react": "^4.3.1",
"@sentry/react": "^6.14.0",
"@sentry/react": "^6.16.1",
"@sentry/webpack-plugin": "^1.18.3",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.8",
@@ -76,6 +78,7 @@
"@types/serve-handler": "^6.1.1",
"@types/sockjs": "^0.3.33",
"@types/sockjs-client": "^1.5.1",
"@types/uuid": "^8.3.3",
"@umijs/plugin-antd": "^0.11.0",
"@umijs/test": "^3.3.9",
"antd": "^4.17.0-alpha.6",