AshPostgresBelongsToIndex.Info (ash_postgres_belongs_to_index v0.2.0)

View Source

Summary

Functions

A list of belongs_to relationships to exclude from automatic indexing.

A list of belongs_to relationships to exclude from automatic indexing.

postgres_belongs_to_index DSL options

Functions

postgres_belongs_to_index_except(dsl_or_extended)

@spec postgres_belongs_to_index_except(dsl_or_extended :: module() | map()) ::
  {:ok, [atom()]} | :error

A list of belongs_to relationships to exclude from automatic indexing.

postgres_belongs_to_index_except!(dsl_or_extended)

@spec postgres_belongs_to_index_except!(dsl_or_extended :: module() | map()) ::
  [atom()] | no_return()

A list of belongs_to relationships to exclude from automatic indexing.

postgres_belongs_to_index_options(dsl_or_extended)

@spec postgres_belongs_to_index_options(dsl_or_extended :: module() | map()) :: %{
  required(atom()) => any()
}

postgres_belongs_to_index DSL options

Returns a map containing the and any configured or default values.