ecto_mnesia v0.1.0 Ecto.Query.MatchSpec

Summary

Macros

Generate a match_spec based on the passed query

Functions

compile(spec)
compile(:ets.match_spec) ::
  {:ok, :ets.compiled_match_spec} |
  {:error, term}
compile!(spec)
compile!(:ets.match_spec) ::
  :ets.compiled_match_spec |
  no_return

Macros

match(clause, rest \\ [])

Generate a match_spec based on the passed query.