content

inline suspend fun <T> content(data: T): T

Content

Updates a single record in a table with the given content.

Return

The updated record

Parameters

T

The type of the content

data

The content to update the record with