parsediasql
module for parsing Dia diagram files and generating SQL
Install
- All systems
-
curl cmd.cat/parsediasql.sh
- Debian
-
apt-get install libparse-dia-sql-perl
- Ubuntu
-
apt-get install libparse-dia-sql-perl
- 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
- Dockerfile
- dockerfile.run/parsediasql
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.