Simple as pie! Will create an html document that will create a view structure graph and a markdown-style set of query definitions for those views.
Built using Mermaid and Strapdown.js.
npm install -g
sqlvisualizer -f file.html -h host.local -u user -p password -d database
-f, --file - The location of the file in which the HTML is stored.
-h, --host - Database host location
-d, --database - Database name
-u, --user - Database user name
-p, --password - Database password
- Make a pure command line nodejs module.
- Allow for throwing configuration settings using the package command.
- Add support for MSSQL.
- Add support for MySQL.
- Create a build process to release builds in Javascript.