Andidy / finance-app

A Finance / Budgeting Application to refresh my C# knowledge and Learn WPF
0 stars 0 forks source link

Investigate Storage Solutions for User Data #3

Open Andidy opened 3 years ago

Andidy commented 3 years ago

Data will be stored locally because its a side project with no infrastructure. However, do I want to store the data in a database of some sort? Or perhaps in a JSON format?

Investigate storage solutions and decide database or raw files, and then the format of whichever type is chosen.