A money extension for Ash.
Find a file
dependabot[bot] aa9b39cbad
chore(deps): bump ex_money from 5.16.1 to 5.17.0 (#45)
Bumps [ex_money](https://github.com/kipcole9/money) from 5.16.1 to 5.17.0.
- [Release notes](https://github.com/kipcole9/money/releases)
- [Changelog](https://github.com/kipcole9/money/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kipcole9/money/commits/v5.17.0)

---
updated-dependencies:
- dependency-name: ex_money
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-28 10:54:24 -04:00
.github chore: enable dependabot for mix dependencies. 2024-04-11 09:31:30 +12:00
config chore: fix git_ops config 2024-05-05 11:43:56 -04:00
documentation/tutorials chore: release version v0.1.7 2024-05-12 12:52:10 -04:00
lib chore: fix spacing in migrations 2024-05-12 12:45:28 -04:00
logos init 2023-11-27 11:21:17 -05:00
test init 2023-11-27 11:21:17 -05:00
.check.exs init 2023-11-27 11:21:17 -05:00
.credo.exs init 2023-11-27 11:21:17 -05:00
.formatter.exs init 2023-11-27 11:21:17 -05:00
.gitignore init 2023-11-27 11:21:17 -05:00
.tool-versions init 2023-11-27 11:21:17 -05:00
CHANGELOG.md chore: release version v0.1.7 2024-05-12 12:52:10 -04:00
FUNDING.yml init 2023-11-27 11:21:17 -05:00
LICENSE init 2023-11-27 11:21:17 -05:00
mix.exs chore: release version v0.1.7 2024-05-12 12:52:10 -04:00
mix.lock chore(deps): bump ex_money from 5.16.1 to 5.17.0 (#45) 2024-05-28 10:54:24 -04:00
README.md docs: docs overhaul 2024-05-03 16:04:27 -04:00

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