# ash_money v0.2.6 - Table of Contents

The extension for working with money types in Ash.

## GUIDES

- [Home](readme.md)

- Tutorials
  - [Getting Started With AshMoney](getting-started-with-ash-money.md)

- About AshMoney
  - [Change Log](changelog.md)

## Modules

- AshMoney
  - [AshMoney](AshMoney.md): `AshMoney` provides a type for working with money in your Ash resources.
  - [AshMoney.Types.Money](AshMoney.Types.Money.md): A money type for Ash that uses the `ex_money` library.

- AshPostgres
  - [AshMoney.AshPostgresExtension](AshMoney.AshPostgresExtension.md): Installs the `money_with_currency` type and operators/functions for Postgres.

- Internals
  - [Comparable.Type.Decimal.To.Money](Comparable.Type.Decimal.To.Money.md)
  - [Comparable.Type.Float.To.Money](Comparable.Type.Float.To.Money.md)
  - [Comparable.Type.Integer.To.Money](Comparable.Type.Integer.To.Money.md)
  - [Comparable.Type.Money.To.Decimal](Comparable.Type.Money.To.Decimal.md)
  - [Comparable.Type.Money.To.Float](Comparable.Type.Money.To.Float.md)
  - [Comparable.Type.Money.To.Integer](Comparable.Type.Money.To.Integer.md)
  - [Comparable.Type.Money.To.Money](Comparable.Type.Money.To.Money.md)

## Mix Tasks

- Internals
  - [mix ash_money.add_to_ash_postgres](Mix.Tasks.AshMoney.AddToAshPostgres.md): Adds AshMoney.AshPostgresExtension to installed_extensions and installs :ex_money_sql.
  - [mix ash_money.install](Mix.Tasks.AshMoney.Install.md): Installs AshMoney. Should be run with `mix igniter.install ash_money`

