Table set (GNU Artanis web-framework Manual)

Next: , Previous: , Up: Model mapping [Contents]

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))

AltStyle によって変換されたページ (->オリジナル) /