Skip to content

A really quick app that automatically creates a simple HTML documents containing materialized view definitions in Postgres, as well as a view structure graph.

Notifications You must be signed in to change notification settings

sq1agency/sqlvisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

  sqlvisualizer -f file.html -h host.local -u user -p password -d database

Command Line Options

-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

To Do

  • 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.

About

A really quick app that automatically creates a simple HTML documents containing materialized view definitions in Postgres, as well as a view structure graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published