ash_money/lib/ash_money.ex
Zach Daniel a113f43196 init
2023-11-27 11:21:17 -05:00

8 lines
262 B
Elixir

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