currently only List[Tuple] is supported in executing INSERT. however sometimes the table have so many columns (100+), using tuple will be a pain.
currently only List[Tuple] is supported in executing INSERT.
however sometimes the table have so many columns (100+), using tuple will be a pain.