def execute_sql()

in utils/alchemy_db_client.py [0:0]


def execute_sql(
        db_type: str,
        host: str,
        port: int,
        database: str,
        username: str,
        password: str,
        sql: str,
        params: dict[str, Any] | None = None