ecto_mnesia v0.3.0 API Reference
Modules
Ecto.Adapter for mnesia
Erlang term database
Since there are order by
function in Mnesia,
we need to generate function that will order data after fetching it from DB
This module converts Ecto.Query AST to MatchSpec
Context for operations with a database
This module implements update
instructions from Ecto.Query struct
This module provides set of helpers for conversions between Mnesia records and Ecto Schemas
This module provides interface to manage Mnesia state and records data structure
This module provides interface to perform CRUD and select operations on a Mnesia table
Stream implementation for Mnesia table