aSVERD

aSVERD project is a Scalable Vector Graphics Entity Relationship Diagram generator.
Download

aSVERD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Chris Hunter
  • Publisher web site:

aSVERD Tags


aSVERD Description

aSVERD project is a Scalable Vector Graphics Entity Relationship Diagram generator. aSVERD project is a Scalable Vector Graphics Entity Relationship Diagram generator. It is a tool that should be seen as part of a tool chain rather than a complete solution. What it does is read tables and relationships from a database and generate an SVG file containing the tables and links.The motivation for creating this was than I have worked in many organisations that have databases with no ERDs and no tools for creating them. I finally got so fed up that I decided to do something about it and this is the result.The way it is intended to work is that you point SVERD at your database and it creates an SVG file containing all tables and links between them. It DOES NOT attempt to create a fancy layout. it just puts the tables on the diagram in a grid. This can be viewed in a web browser (may need an SVG plug-in). You then use an SVG editor, such as GLIPSGraffiti to lay ou the tables. If you re-run SVERD on an exisitng output file it will not move the tables, therefore the diagram can be updated with out loosing your edits.NOTE: the links between the tables are rendered using JavaScript, so that if you move the tables around in an editor, the links stay with them. The disadvantage of this is that the editor may not show the links while you are editing (this is the case with GLIPS).If the table references are not defined in the database they can be supplied in a text file.Usagejava -jar asverd.jar PropertiesFile Orjava -jar asverd.jar -d driver -c connectionString -u user -p password e.g. sverd.TableLister -d com.mysql.jdbc.Driver -c jdbc:mysql://168.0.0.200:3306/DataBase1 -u fred -p secret The properties file should containsverd.driver=databaseDriver sverd.url=connectionString sverd.user=username sverd.password=password sverd.outputFile=outputFile (optional - STDOUT used if not present) sverd.tableQuery=query for table name - e.g. INV% (optional - all tables returned if not present) sverd.schema=database schema (optional - leave out for DBs that do not use) sverd.catalog=database catalog (optional - leave out for DBs that do not use) sverd.references=refs.txt (optional - a file containing referecnes if these are not defined in the database. This file should be of the format TABLE REFERENCES - I know flat text files are not trendy but this format is relatively easy to generate from either XML or SQL (via AWK, SED, PERL, etc)What's New in This Release:· This release fixes bugs with using the SVG in FireFox and adds JavaScript based zooming (click an entity to zoom). The jar contains source and class files


aSVERD Related Software