insertAll

fun insertAll(values: Map<String, T>, ignoreIfExists: Boolean = false, expiresAt: ERROR CLASS: Symbol not found for Instant?? = null): ERROR CLASS: Unresolved name: transaction(source)

Insert multiple rows.

Parameters

ignoreIfExists

if true, will not insert if a row with the same key already exists.

expiresAt

if set, will be used to expire the row when requesting data before it has expired.

See also