implemented calendar DB systems

This commit is contained in:
2025-10-17 13:26:46 -04:00
parent 5469720fd1
commit e2a147d1e2
2 changed files with 91 additions and 13 deletions

View File

@@ -16,4 +16,4 @@ const pool = mariadb.createPool({
ssl: false,
});
module.exports = pool;
export default pool;