dbconfig::listConfigs

Name

dbconfig::listConfigs -- Obtain information about save sets

Synopsis


package require dbconfig
set db [dbconfig::connect file-name]

set result [dbconfig::listConfigs $db]
                        

DESCRIPTION

Returns a list of dicts that describe the save sets in the database connected to db. The dicts contain the following key/value pairs:

id

Primary key of the save set in the save set root table.

name

Name of the save set.

timestamp

Time at which the save set was created. This can be formatted with clock format.