parsediasql

module for parsing Dia diagram files and generating SQL

Install

All systems
curl cmd.cat/parsediasql.sh
Debian Debian
apt-get install libparse-dia-sql-perl
Ubuntu
apt-get install libparse-dia-sql-perl
image/svg+xml Kali Linux
apt-get install libparse-dia-sql-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libparse-dia-sql-perl
Raspbian
apt-get install libparse-dia-sql-perl

libparse-dia-sql-perl

module for parsing Dia diagram files and generating SQL

Parse::Dia::SQL is a Perl module that parses files created in the Dia diagram creation program, represents it as an internal datastructure, and produces the SQL statements it represents. This package also provides the 'parsediasql' command-line utility to convert diagrams into SQL. this utility replaces the older tedia2sql program.