insert

suspend fun <Data : Any> DatabaseClient<*>.insert(table: Table, data: Data, dataUpdateMapper: DataUpdateMapper<Data>)(source)