databend-py
databend-py copied to clipboard
allow insert with List[Dict]
currently only List[Tuple] is supported in executing INSERT.
however sometimes the table have so many columns (100+), using tuple will be a pain.