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
- Clone schemacrawler/SchemaCrawler-Plugins-Starter
- Look at the code in
example-lint-plugin
and adapt it to your needs.
How to Experiment
- Modify the example code, and get it doing what you need it to do.