12.3.2 Table set

You can update value to field in a natural way.

($article 'set #:key value ...)

;; for example
($article 'set #:title "new title" #:timestamp (current-time)
               #:condition (where #:id 1))