Etso v1.0.0 Etso.Adapter.TableServer View Source

The Table Server is a simple GenServer tasked with starting and holding an ETS table, which is namespaced in the Table Registry by the Repo and the Schema. Once the Table Server starts, it will attempt to create the ETS table, and also register the ETS table with the Table Registry.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the Table Server for the given repo and schema, with registration under name.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Starts the Table Server for the given repo and schema, with registration under name.