← Back to Stormify Documentation

update

fun <T : Any> update(updatedItem: T): T

UPDATE's the row corresponding to updatedItem using its primary key.


fun <T : Any> update(items: Collection<T>): List<T>

Batch UPDATE of items.