shadowmax31 / crypto_log

This is a cli-tool to log and track the Cost Basis and Capital Gain when transacting with CryptoCurrency
GNU General Public License v2.0
0 stars 0 forks source link

Remove TinyDB and Refactor the project structure #20

Open shadowmax31 opened 2 years ago

shadowmax31 commented 2 years ago

TinyDB is slow.

I think I want to use my own simple file structure to manage the data. Something like, task warrior. This will make it a lot easier to manage the undos.

Now that, I know more about what's needed to make this application work, I need to rethink a structure

shadowmax31 commented 2 years ago

Actually the whole project will be converted to rust

shadowmax31 commented 2 years ago