jade.utils.sql.insert_rows

jade.utils.sql.insert_rows(db_file, table, rows)[source]

Insert a list of rows into the database table.

Parameters:
  • db_file (Path)

  • table (str)

  • rows (list[tuple]) – Each row should be a tuple of values.