the v2.0.0 db adds the clu_metadata table which has a key and value column (both TEXT data type)
There should be a command that enables the setting of settings. I'm thinking
clu set <key> <value>
and a corresponding command to display all the metadata
clu metadata
(displays all the key value pairs)
This will be used, for a variety of things, but from a user facing perspective the first thing will be to toggle support for demos clu set demos true
the v2.0.0 db adds the
clu_metadatatable which has akeyandvaluecolumn (both TEXT data type)There should be a command that enables the setting of settings. I'm thinking
clu set <key> <value>and a corresponding command to display all the metadata
clu metadata(displays all the key value pairs)
This will be used, for a variety of things, but from a user facing perspective the first thing will be to toggle support for demos
clu set demos true