API Reference bylaw_postgres v#0.1.0-alpha.1

Copy Markdown View Source

Modules

Postgres database adapter entrypoint.

Flags equivalent Postgres indexes on the same table.

Validates that Postgres columns do not use configured forbidden types.

Validates Postgres foreign key ON DELETE and ON UPDATE actions.

Validates that Postgres foreign key columns are not nullable.

Flags Postgres columns that look like foreign keys but have no constraint.

Validates that Postgres foreign keys have supporting indexes.

Validates that Postgres primary key columns use configured data types.

Validates that Postgres tables include required columns.

Validates that scoped Postgres foreign keys include configured scope columns.

Extracts conservative changeset candidates from Ecto schema source files.

A changeset-producing function found in a schema module.

A direct Ecto changeset constraint helper call.

Reflection helpers for compiled Ecto schema modules.