insert All
fun insertAll(values: Map<String, T>, ignoreIfExists: Boolean = false, expiresAt: Instant? = null)(source)
Insert multiple rows.
Parameters
ignore If Exists
if true, will not insert if a row with the same key already exists.
expires At
if set, will be used to expire the row when requesting data before it has expired.