1 2 3 4 5
from sqlmodel import create_engine from app.core.config import settings engine = create_engine(str(settings.SQLALCHEMY_DATABASE_URI))