HyperSQL is like a doxygen for SQL, hypermapping SQL views, procedures, packages and functions to HTML source code listings and showing all code locations where these are used. The internal "where used" functionality also scans C++ and Java source files.
Here are some key features of "HyperSQL":
· flexible configuration by use of .ini files
· generates nicely formatted HTML files, CSS adjustable by use of .css files
· parses SQL, C++ and Java files according to file extensions you configured
· generates hyperlinked listings of all objects found (SQL views, packages, functions, procedures, etc.)
· hyperlinks object names to their appearance in the source code
· generates "where used" lists, to show where your objects have been used by other objects (if they have) - helps you to find unused code if not, or example usages if found
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· added Javadoc parsing and creating of Javadoc documentation
· added some more configuration options
· added more documentation (especially for Javadoc and configuration)
· some formatting issues fixed
· reworked main index (startpage)