batchInsert

suspend fun <E : Table> ReadWriteDatabase.batchInsert(table: E, rows: List<Map<String, *>>): Long

Inserts a list of pre-shaped rows into table in a single statement.