dbset - part-cw/lambdanative GitHub Wiki
(dbset id val)
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"))