Parse::Dia::SQL

Convert Dia class diagrams into SQL
Download

Parse::Dia::SQL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andreas Faafeng
  • Publisher web site:
  • http://search.cpan.org/~aff/

Parse::Dia::SQL Tags


Parse::Dia::SQL Description

Dia is a diagram creation program for Linux, Unix and Windows released under the GNU General Public License.Parse::Dia::SQL is a Perl module that converts Dia class diagrams into SQL.Parse::Dia::SQL is the parser that interprets the .dia file(s) into an internal datastructure.Parse::Dia::SQL::Output (or one of its sub classes) can take the datastructure and generate the SQL statements it represents.SYNOPSIS use Parse::Dia::SQL; my $dia = Parse::Dia::SQL->new( file => 't/data/TestERD.dia', db => 'db2' ); print $dia->get_sql(); # or command-line version perl parsediasql --file t/data/TestERD.dia --db db2Product's homepage


Parse::Dia::SQL Related Software