kipcole9 / money_sql

Money functions for the serialization of a money data type in Elixir
Other
27 stars 18 forks source link

improvement: add binary and unary `-` operators #35

Closed zachdaniel closed 11 months ago

zachdaniel commented 11 months ago

Happy to add these to the docs & mix tasks as well, just wanted to PR it to see if you were amenable to these changes.

kipcole9 commented 11 months ago

Zach, gratefully accepted, thanks much. I can see how this supports your "calculation" framework in Ash (I've been watching your ElixirConf talk). If you're able to add the docs and mix tasks that would be a huge help - I'm very time constrained the next couple of weeks and I don't want to slow you down.

zachdaniel commented 11 months ago

👍 sounds great. I'm working on a money library for Ash that will leverage ex_money and ex_money_sql, so stay tuned :)

kipcole9 commented 11 months ago

Very happy to support and contribute Zach, just let me know what you need. Of course PRs are very welcome too but I'm well up for doing work.