API Reference Endo v0.1.8

modules

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.

Association metadata for a given table's associations

Column metadata for a given table's columns

Index metadata for a given table's indexes

Table metadata returned by Endo