Reverse Snowflake Joins 0.18 (Default branch)


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

Reverse Snowflake Joins is a tool that parses SQL Select statements and generates a diagram. In addition to joins, the diagram shows parts of the underlying SQL directly in the diagram. For example x=30, GROUP BY (year), SUM(profit), HAVING MIN(age) > 18. License: BSD License (revised) Changes:
Column aliases now appear in the diagram. The "algorithm" parameter when generating diagrams was restored. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DIA(1X) 																   DIA(1X)

NAME
Dia - a diagram drawing program SYNOPSIS
dia [-h] [--help] [-e OUTPUT] [--export-to-ps=OUTPUT] [ files ... ] DESCRIPTION
Dia is used to create diagrams. Dia has a number of basic tools, like lines and boxes but can also dynamically load "sheets". A sheet is a collection of tools that are used in a certain type of diagram. Most diagram objects in Dia has "handles". Lines can be connected to these handles and this way graph structures can be formed. When objects are moved or resized the connections will follow the objects. Diagrams drawn in Dia can be exported PostScript. OPTIONS
Dia accepts the following options: -h, --help Display a list of all commandline options. -e OUTPUT, --export-to-ps=OUTPUT Export the first file given to OUTPUT. SEE ALSO
X(1) COPYRIGHT
Copyright (C) 1999 Alexander Larsson Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro- vided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation. AUTHORS
Alexander Larsson <alla@lysator.liu.se> This manual was written by Fredrik Hallenberg <hallon@lysator.liu.se> 3 July 1999 DIA(1X)