upsertAll

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

Convenience function to insert new or update existing multiple rows.

Basically an alias for updateAll and insertAll with ignoreIfExists set to true.

Parameters

expiresAt

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

See also