Open tomellm opened 6 months ago
Currently there is some db functionality on the Profile struct which should be on the DbProfile struct instead.
Profile
DbProfile
This is important because it creates a better separation of concerns and scales better.
Currently there is some db functionality on the
Profile
struct which should be on theDbProfile
struct instead.This is important because it creates a better separation of concerns and scales better.