ecto_mnesia v0.9.1 API Reference
Modules
Ecto 2.X adapter for Mnesia Erlang term database
Core Ecto Mnesia adapter implementation
This module provides set of helpers for conversions between Mnesia records and Ecto Schemas
Context stores table, query and match_spec that can be used for conversions between schemas and Mnesia records
This module provides a context that is able to rebuild Mnesia match_spec by Ecto.Query AST whenever new query
is assigned to a context
This module emulates query.order_bys behavior, because Mnesia doesn’t have native support for result ordering
This module decodes query.updates AST (from Ecto.Query) and applies all changes on a Mnesia record
This module provides interface to manage Mnesia state and records data structure
This module implements Ecto.Storage behavior that is used by Ecto.Migrations
This module provides interface to perform CRUD and select operations on a Mnesia table
Stream implementation for Mnesia table