Current section

Files

Jump to
ash_money lib ash_money.ex
Raw

lib/ash_money.ex

defmodule AshMoney do
@moduledoc """
`AshMoney` provides a type for working with money in your Ash resources.
It also provides an `AshPostgres.Extension` that can be used to add support for
money types and operators to your Postgres database.
"""
end