tomellm / bread_manager

A small application that takes in CSV data and visualizes it for money management purpuses.
MIT License
0 stars 0 forks source link

remove db functionality from `Profile` struct #7

Open tomellm opened 6 months ago

tomellm commented 6 months ago

Currently there is some db functionality on the Profile struct which should be on the DbProfile struct instead.

This is important because it creates a better separation of concerns and scales better.