Add MySQL2 library as dependency for the hazard history, rewrite to use mysql for data

This commit is contained in:
mrkmntal 2026-04-17 11:44:16 -04:00
commit bbaa2cb1a4
7 changed files with 336 additions and 238 deletions

View file

@ -56,6 +56,7 @@
"dependencies": {
"dotenv": "^17.0.1",
"ejs": "^5.0.1",
"express": "^5.1.0"
"express": "^5.1.0",
"mysql2": "^3.22.1"
}
}