** Load database metadata into memory using a chain of catalog loaders
Shell Command:
load

Options:
      --attributes-file=<attributes-file>
                          Path to a YAML file with table and column attributes
                            to add to the schema
  -i, --info-level=<infolevel>
                          <infolevel> is one of unknown, minimum, standard,
                            detailed, maximum
                          The info level determines the amount of database
                            metadata retrieved, and also determines the time
                            taken to crawl the schema
                          Optional, defaults to standard
      --implicit-associations
                          Analyzes the schema to find implicit associations
                            between entities, based on naming patterns
                          This can be a time consuming operation
                          Optional, defaults to false
      --infer-extension-tables
                          Infers extension tables that have similarly named
                            primary keys, and reports them as implicit
                            associations
                          Optional, defaults to false
      --load-row-counts   Loads row counts for each table
                          This can be a time consuming operation
                          Optional, defaults to false
      --no-empty-tables   Includes only tables that have rows of data
                          Requires table row counts to be loaded
                          Optional, default is false

For additional options, specific to individual catalog loaders,
run SchemaCrawler with: `-h loaders`
