ash_money

The extension for working with money types in Ash.


Keywords
ash, elixir, money
License
MIT

Documentation

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