Inspecto.Schema (inspecto v0.1.0)

This defines the shape of schema inspections

Link to this section Summary

Functions

Inspects the given Ecto schema module. This will raise if the given module does not define an Ecto schema (this isn't 100% accurate, but it's unlikely that other modules would coincidentally define the same functions as an Ecto schema).

Link to this section Functions

Link to this function

inspect(module)

Inspects the given Ecto schema module. This will raise if the given module does not define an Ecto schema (this isn't 100% accurate, but it's unlikely that other modules would coincidentally define the same functions as an Ecto schema).