[add]: database connection

This commit is contained in:
VivianDee
2025-09-10 12:02:36 +01:00
parent 95732a470d
commit 8236462b83
5 changed files with 336 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Database operations module for salary analytics.
"""
from sqlalchemy import text
from ..config import BATCH_RESULTS_TABLE
from app.config import BATCH_RESULTS_TABLE
from datetime import datetime
from app.utils.logger import logger