数据库

This commit is contained in:
2026-07-19 21:48:15 +08:00 Unverified
parent de4d0961e4
commit bb5d3da766
8 changed files with 1229 additions and 61 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
"start": "node server.mjs",
"test": "node tests/system.test.mjs"
},
"dependencies": {
"mysql2": "^3.14.2"
},
"engines": {
"node": ">=18"
"node": ">=22.5"
}
}