View Source API Reference Endo v0.1.23

Modules

Endo is a library which allows you to reflect on the tables, columns, indexes, and other data stored within a given Ecto Repo.

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

Adapter module implementing the ability for Endo to reflect upon any Postgres-based Ecto Repo.

Utility module for taking a Postgres table and exposing adapter specific metadata to Endo

Association metadata for a given table's associations

Column metadata for a given table's columns

Index metadata for a given table's indexes

Utility module for surfacing adapter specific metadata

Utility module for discovering Ecto Schema implementations for a given Endo Table

Table metadata returned by Endo.

Exposes functions for some basic ETS operations. https://www.erlang.org/doc/man/ets.html