Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.13 KB

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

AshMoney

Welcome! This is the extension for working with money types in Ash. This is a thin wrapper around the very excellent ex_money. It provides:

  • An Ash.Type for representing Money
  • An AshPostgres.Extension for supporting common money operations directly in the database
  • An implementation of Comp for %Money{}, allowing Ash to compare them.

Tutorials