Skip to content
Matthias Görges edited this page Mar 13, 2015 · 1 revision

dbset stores a variable to the database table.

Parameter Description
id Variable name to be stored
val Value to set variable to

Example 1: Store the current date in the database

(dbset 'date (seconds->string ##now "%Y-%m-%d"))
Clone this wiki locally