๐๏ธ Storing Data
There are multiple ways to save data in a mos. application. There is a difference between persistent data and volatile data. The former survives an app restart, and includes user settings and dbtables, while the latter is only available during the current run of the app or is even bound to the currently shown view, e.g. variables or forms.