Reverse Snowflake Joins 0.16 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Reverse Snowflake Joins 0.16 (Default branch)
# 1  
Old 10-07-2008
Reverse Snowflake Joins 0.16 (Default branch)

Reverse Snowflake Joins is a tool that parses SQLSelect statements and generates a diagram. Inaddition to joins, the diagram shows parts of theunderlying SQL directly in the diagram. Forexample x=30, GROUP BY (year), SUM(profit), HAVINGMIN(age) > 18.License: BSD License (revised)Changes:
Subselects are renderred in a nicer way. Note that only "correlated subqueries" are supported. The algorithm is temporarily disabled; "neato" is always used.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SEQDIAG(1)						      General Commands Manual							SEQDIAG(1)

NAME
seqdiag - generate sequence-diagram image file from spec-text file. SYNOPSIS
seqdiag [options] file DESCRIPTION
This manual page documents briefly the seqdiag commands. seqdiag is generate sequence-diagram image file from spec-text file. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. --version show program's version number and exit -h, --help show this help message and exit -a, --antialias Pass diagram image to anti-alias filter -c FILE, --config=FILE read configurations from FILE -o FILE write diagram to FILE -f FONT, --font=FONT use FONT to draw diagram -T TYPE Output diagram as TYPE format SEE ALSO
The programs are documented fully by http://tk0miya.bitbucket.org/seqdiag/build/html/index.html AUTHOR
seqdiag was written by Takeshi Komiya <i.tkomiya@gmail.com> This manual page was written by Kouhei Maeda <mkouhei@palmtb.net>, for the Debian project (and may be used by others). May 21, 2011 SEQDIAG(1)