Added SQLAlchemy
This commit is contained in:
3
job_orchestrator_service/model/db.py
Normal file
3
job_orchestrator_service/model/db.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
db = SQLAlchemy()
|
||||
Reference in New Issue
Block a user