Database representation of an option.
Options are key-value pairs that are used to store information such as user preferences (for example the current theme, sync server information), but also information about the state of the application).
true if the value should be synced across multiple instances (e.g. locale) or false if it should be local-only (e.g. theme).
true
false
The name of the option.
Optional
The value of the option.
Database representation of an option.
Options are key-value pairs that are used to store information such as user preferences (for example the current theme, sync server information), but also information about the state of the application).