ecto_mnesia v0.8.0 Ecto.Mnesia.Record.Update

This module decodes query.updates AST (from Ecto.Query) and applies all changes on a Mnesia record.

Summary

Functions

from_keyword(schema, table, params, context)

Build am update statement from Keyword for Ecto.Mnesia.Table.update/4.

update_record(exprs, sources, context)

Update record by a Ecto.Query.updates instructions.

update_record(updates, list, sources, context)