A money extension for Ash.
Find a file
dependabot[bot] 2c34f3dc6e
chore(deps): bump the production-dependencies group with 2 updates (#62)
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [ash_postgres](https://github.com/ash-project/ash_postgres).


Updates `ash` from 3.0.15 to 3.0.16
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.15...v3.0.16)

Updates `ash_postgres` from 2.0.11 to 2.0.12
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/commits)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 09:27:57 -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.9 2024-06-24 15:30:46 -04:00
lib fix: move create_money_with_currency to first (#60) 2024-06-24 15:29:47 -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.9 2024-06-24 15:30:46 -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.9 2024-06-24 15:30:46 -04:00
mix.lock chore(deps): bump the production-dependencies group with 2 updates (#62) 2024-06-27 09:27:57 -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