kgrudzinski / daily-log

Simple application to log daily activities.
MIT License
0 stars 0 forks source link

Where application settings should be stored? #5

Open kgrudzinski opened 2 years ago

kgrudzinski commented 2 years ago

Should they be stored in some config file or in the database? In theory answer is simple: If setting is global then in config file otherwise in the database. But currently application can use only one database so all settings are global.

The answer depends whether we allow application to switch between multiple databases.

kgrudzinski commented 2 years ago

Connected to #6