redis implemntations and api setup completed
This commit is contained in:
@@ -5,7 +5,7 @@ from typing import Generator
|
||||
from sqlalchemy import create_engine
|
||||
from sqlalchemy.orm import declarative_base, sessionmaker, scoped_session, Session
|
||||
|
||||
from AllConfigs.SqlDatabase.configs import WagDatabase
|
||||
from ApiLayers.AllConfigs.SqlDatabase.configs import WagDatabase
|
||||
|
||||
# Configure the database engine with proper pooling
|
||||
engine = create_engine(
|
||||
|
||||
Reference in New Issue
Block a user