Skip to content

genzouw/schemaspy-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages