Andrchest's picture
Single commit for Hugging Face
ab250f8
raw
history blame contribute delete
163 Bytes
from app.settings import settings
from sqlalchemy import create_engine
postgres_config = settings.postgres.model_dump()
engine = create_engine(**postgres_config)