Next: Table existance, Previous: Table get, Up: Model mapping [Contents]
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))