mirror of
https://github.com/ash-project/ash_money.git
synced 2024-09-16 19:32:56 +12:00
A money extension for Ash.
ae76078ba6
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> |
||
---|---|---|
.github | ||
config | ||
documentation/tutorials | ||
lib | ||
logos | ||
test | ||
.check.exs | ||
.credo.exs | ||
.formatter.exs | ||
.gitignore | ||
.tool-versions | ||
CHANGELOG.md | ||
FUNDING.yml | ||
LICENSE | ||
mix.exs | ||
mix.lock | ||
README.md |
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 representingMoney
- An
AshPostgres.Extension
for supporting common money operations directly in the database - An implementation of
Comp
for%Money{}
, allowing Ash to compare them.