lib/ash_money.ex

# SPDX-FileCopyrightText: 2023 ash_money contributors <https://github.com/ash-project/ash_money/graphs.contributors>
#
# SPDX-License-Identifier: MIT

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