View Source Endo.Adapter behaviour (Endo v0.1.22)

Module defining the Endo.Adapter behaviour. Valid adapters will allow Endo to reflect upon a module implementing said adater

Summary

Callbacks

Link to this callback

list_tables(repo, filters)

View Source
@callback list_tables(repo :: module(), filters :: Keyword.t()) :: [map()]
@callback to_endo(data :: map(), opts :: Keyword.t()) ::
  Endo.Table.t() | Endo.Column.t() | Endo.Association.t() | Endo.Index.t()