A money extension for Ash.
Go to file
dependabot[bot] 593ec88122
chore(deps): bump the production-dependencies group with 4 updates (#66)
Bumps the production-dependencies group with 4 updates: [ash](https://github.com/ash-project/ash), [ash_graphql](https://github.com/ash-project/ash_graphql), [ash_postgres](https://github.com/ash-project/ash_postgres) and [igniter](https://github.com/ash-project/igniter).


Updates `ash` from 3.2.2 to 3.2.6
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.2.2...v3.2.6)

Updates `ash_graphql` from 1.2.0 to 1.2.1
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_graphql/compare/v1.2.0...v1.2.1)

Updates `ash_postgres` from 2.1.8 to 2.1.15
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v2.1.8...v2.1.15)

Updates `igniter` from 0.3.2 to 0.3.9
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/igniter/compare/v0.3.2...v0.3.9)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_graphql
  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
- 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-07-25 09:36:25 -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 docs: small cosmetic alterations to getting started guide 2024-07-14 22:31:34 -04:00
lib docs: improve add_to_ash_postgres task docs 2024-07-14 22:08: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 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: update changelog 2024-07-14 22:12:31 -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: format 2024-07-14 22:24:10 -04:00
mix.lock chore(deps): bump the production-dependencies group with 4 updates (#66) 2024-07-25 09:36:25 -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