lozand / Portfolio_App

Stuff to do things
0 stars 0 forks source link

I just realized that I probably need to have two databases #14

Open lozand opened 8 years ago

lozand commented 8 years ago

One to store "mock" broker information (which is used only to test, since in the future, that data would be stored with a broker that is accessed through an API). The other will store application specific things like user info, and maybe data that the decision engine will need.

Although I think it will probably be fine as is, I will need to rethink how I'm implementing the data layer.