1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-29 07:10:05 -04:00
Commit Graph

5 Commits

Author SHA1 Message Date
a357d38eee Store currency/security values/prices using big.Rat natively
This adds 'shadow' types used only by the store/db internal package whch
handle converting these types to their DB-equivalent values. This change
should allow reports to be generated significantly faster since it
allows a large portion of the computation to be shifted to the database
engines.
2017-12-12 19:50:38 -05:00
483adb5c56 Don't leak non-interface type from database module
This removes the last place I used *db.DbStore instead of store.Store
outside the 'db' package.
2017-12-10 21:02:17 -05:00
c4d2fe27e6 Take unexported database methods 'private' 2017-12-09 06:06:20 -05:00
61676598dd Move prices to store 2017-12-07 21:05:55 -05:00
c452984f23 Lay groundwork and move sessions to 'store' 2017-12-07 05:25:35 -05:00