SchemaCrawler - New SchemaCrawler Lint Plugin

Description

SchemaCrawler has a plugin API to create a new SchemaCrawler plugin for custom linting of your schema.

How to Run

  1. Clone schemacrawler/SchemaCrawler-Plugins-Starter
  2. Look at the code in example-lint-plugin and adapt it to your needs.

How to Experiment

  1. Modify the example code, and get it doing what you need it to do.