Switch to using a different method of database access

This commit is contained in:
2025-11-08 19:13:23 -07:00
parent 01e0c233d7
commit 3fe9788a4f
9 changed files with 304 additions and 240 deletions

View File

@@ -13,7 +13,7 @@
"mysql2": "3.15.3"
},
"devDependencies": {
"bun-types": "1.3.1"
"bun-types": "1.3.2"
},
"module": "src/index.js"
}