A money extension for Ash.
Find a file
2024-08-30 00:00:53 -04:00
.github ci: dependabot weekly 2024-06-19 10:15:09 -04:00
config chore: fix git_ops config 2024-05-05 11:43:56 -04:00
documentation/tutorials chore: release version v0.1.12 2024-08-08 14:50:45 -04:00
lib improvement: use string not number for amount type in json schema 2024-08-08 14:44:42 -04:00
logos
test
.check.exs
.credo.exs improvement: set up AshJsonApi type automatically 2024-08-08 12:21:48 -04:00
.formatter.exs
.gitignore
.tool-versions
CHANGELOG.md chore: release version v0.1.12 2024-08-08 14:50:45 -04:00
FUNDING.yml
LICENSE
mix.exs chore: release version v0.1.12 2024-08-08 14:50:45 -04:00
mix.lock chore(deps): bump the production-dependencies group with 3 updates (#72) 2024-08-30 00:00:53 -04:00
README.md

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