Added New Db Stuff

This commit is contained in:
2025-11-01 16:02:14 -05:00
parent 07f75bbd93
commit 69aae83784
6 changed files with 329 additions and 182 deletions

1
db.js
View File

@ -31,6 +31,7 @@ function closeDB() {
module.exports = {
pool,
query: (text, params) => pool.query(text, params),
closeDB,
connectDB