def create_db_and_tables()

in Backend/src/app/database.py [0:0]


def create_db_and_tables():
    log.info("Creating (if not exists) database tables...")
    SQLModel.metadata.create_all(engine)