Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.03 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.03 KB

schemaspy-cli

schemaspy commandline interface

Please contact me anytime if you have a problem or request! My information is posted at the bottom of this document.

Install

You only download this script, and place in a directory that In $PATH.

cd ~/local/src
git clone git@github.com:genzouw/schemaspy-cli.git
export PATH="$PATH:~/local/src/schemaspy"

Required

Notice: Your OS is Redhat Family, Libraries will be installed automatically.

  • Java (JRE)
  • JDBC Driver (for your database)

Usage

schemaspy [-h DB_HOST] [-u DB_USER] [-p DB_PASSWORD] -t DB_TYPE -d DB_NAME

DB_TYPE

You can use follow database type.

  • psql
  • mysql
  • .. and so on.

You want to know detail, refer this page

License

This software is released under the MIT License, see LICENSE.

Author Information

genzouw