updateAll

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

Convenience function to insert collection of rows. If the row does not exist, ti will update nothing, use insert if you want to insert if the row does not exist.

Parameters

expiresAt

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

See also