A money extension for Ash.
Find a file
dependabot[bot] ae76078ba6
chore(deps): bump the production-dependencies group with 3 updates (#75)
Bumps the production-dependencies group with 3 updates: [ash_graphql](https://github.com/ash-project/ash_graphql), [ex_money](https://github.com/kipcole9/money) and [igniter](https://github.com/ash-project/igniter).


Updates `ash_graphql` from 1.3.3 to 1.3.4
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_graphql/compare/v1.3.3...v1.3.4)

Updates `ex_money` from 5.17.0 to 5.17.1
- [Release notes](https://github.com/kipcole9/money/releases)
- [Changelog](https://github.com/kipcole9/money/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kipcole9/money/compare/v5.17.0...v5.17.1)

Updates `igniter` from 0.3.34 to 0.3.35
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/igniter/compare/v0.3.34...v0.3.35)

---
updated-dependencies:
- dependency-name: ash_graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ex_money
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  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-09-12 09:52:28 -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.13 2024-09-10 13:44:03 -04:00
lib improvement: use latest igniter functions & update dependency 2024-09-10 13:43:49 -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 improvement: set up AshJsonApi type automatically 2024-08-08 12:21:48 -04: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.13 2024-09-10 13:44:03 -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.13 2024-09-10 13:44:03 -04:00
mix.lock chore(deps): bump the production-dependencies group with 3 updates (#75) 2024-09-12 09:52:28 -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