ash_money/lib/ash_money.ex

9 lines
262 B
Elixir
Raw Normal View History

2023-11-28 05:21:17 +13:00
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