yadia2sql 0.9.4 review

Download
by rbytes.net on

Yet Another dia2sql is a tool that generates SQL statements from Dia XML files. yadia2sql is intended to process diagrams that are

License: GPL (GNU General Public License)
File size: 0K
Developer: Aurelius Bruzas and Thomas Meinusch
0 stars award from rbytes.net

Yet Another dia2sql is a tool that generates SQL statements from Dia XML files.

yadia2sql is intended to process diagrams that are compatible with dia2sql.php to some point, and provide features that would allow generation of SQL code for different database systems from single Dia source.

Usage:

yadia2sql.py [OPTIONS...]

Options:

-h | --help | -?
Prints short usage and copyright information.
-i filename | --input filename
Specify input file (must be an uncompressed Dia XML file).
-o filename | --output filename
Specify output file.
-p "text" | --pk-append "text"
Append text text to primary key definitions.
-f "text" | --fk-append "text"
Append text text to foreign key definitions.
-t "text" | --tbl-append "text"
Append text text to table definitions.
-m filename | --map-file filename
Specify substitution map file.
-d database | --database database
Specify database system (currently only mysql is supported).
If no input/output file is specified, stdin/stdout is used.

Requirements:
Python

What's New in This Release:
New feature to generate SQL views added; some code cleanup.

yadia2sql 0.9.4 search tags