schemaspy commandline interface
Please contact me anytime if you have a problem or request! My information is posted at the bottom of this document.
You only download this script, and place in a directory that In $PATH.
cd ~/local/src
git clone [email protected]:genzouw/schemaspy-cli.git
export PATH="$PATH:~/local/src/schemaspy"
Notice: Your OS is Redhat Family, Libraries will be installed automatically.
- Java (JRE)
- JDBC Driver (for your database)
schemaspy [-h DB_HOST] [-u DB_USER] [-p DB_PASSWORD] -t DB_TYPE -d DB_NAME
You can use follow database type.
- psql
- mysql
- .. and so on.
You want to know detail, refer this page
This software is released under the MIT License, see LICENSE.
- Twitter : @genzouw ( https://twitter.com/genzouw )
- Facebook : genzouw ( https://www.facebook.com/genzouw )
- Gmail : [email protected]