--- Connection Options ---

For database connections, please read
http://www.SchemaCrawler.com/database-support.html
first, before running SchemaCrawler.

For connecting to specific databases, use

-server=<database system identifier>
  Where <database system identifier> is a database 
  for which a SchemaCrawler plug-in is available.   
  For help on server specific connection options, 
  re-run SchemaCrawler with:
  -help -server=<database system identifier>

On the other hand, if your database does not have a 
SchemaCrawler plug-in, use

-url=<url>
  JDBC connection URL to the database.

Then, provide a username and password

-u=<user> (short for -user=<user>)
  Database user name.

-password=<password>
  Database password.
