To save monetary field, mongo 3.4 has supported NumberDecimal type, and meteor has its package mongo-decimal, which uses the npm package decimal.js, and SimpleSchema supports it by allowing you use Decimal as field type.
If/How Astronomy supports decimal?
To save monetary field, mongo 3.4 has supported NumberDecimal type, and meteor has its package mongo-decimal, which uses the npm package decimal.js, and SimpleSchema supports it by allowing you use
Decimalas field type.If/How Astronomy supports decimal?