Etso v1.0.0 Etso.ETS.TableStructure View Source

The ETS Table Structure module contains various convenience functions to aid the transformation between Ecto Schemas (maps) and ETS entries (tuples). The primary key is moved to the head, in accordance with ETS conventions. Composite primary keys can not be accepted, however.

Link to this section Summary

Link to this section Functions

Link to this function

entries_to_tuples(field_names, entries)

View Source
Link to this function

fields_to_tuple(field_names, fields)

View Source