updateById

inline fun <T : Any> updateById(table: String, id: Any, value: T, primaryKey: String = DEFAULT_PRIMARY_KEY): Flow<Resource<Failure, T>>