🚚 Refactor and simplify backend file structure (#609)
This commit is contained in:

committed by
GitHub

parent
a065f9c9e8
commit
73b2884057
5
src/backend/app/db/engine.py
Normal file
5
src/backend/app/db/engine.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from sqlmodel import create_engine
|
||||
|
||||
from app.core.config import settings
|
||||
|
||||
engine = create_engine(settings.SQLALCHEMY_DATABASE_URI)
|
Reference in New Issue
Block a user