TravisRobson / PersonalFinance

MIT License
0 stars 0 forks source link

Simple flat file database #6

Open TravisRobson opened 4 years ago

TravisRobson commented 4 years ago

I want to be able to have user enter a loan, balance, interest, etc. and have them saved into a database for later use, i.e. a memory. The first step to this would be reading key value pairs perhaps. Though I probably want the ability for a nested structure? e.g.

loan1 name, value principal, value ...

loan2 ...