nxtnote_configfile_format/
schema.rs

1table! {
2    settings (namespace, category, name) {
3        namespace -> Text,
4        category -> Text,
5        name -> Text,
6        value -> Binary,
7    }
8}