sqlt-diff
SQL translation library
Install
- All systems
-
curl cmd.cat/sqlt-diff.sh
- Debian
-
apt-get install libsql-translator-perl
- Ubuntu
-
apt-get install libsql-translator-perl
- Kali Linux
-
apt-get install libsql-translator-perl
- Fedora
-
dnf install perl-SQL-Translator
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsql-translator-perl
- Raspbian
-
apt-get install libsql-translator-perl
- Dockerfile
- dockerfile.run/sqlt-diff
libsql-translator-perl
SQL translation library
SQL::Translator (also known as SQL Fairy) is a collection of Perl modules for manipulating structured data definitions (mostly database schemas). It can perform tasks like converting between different SQL data definition language (DDL) dialects, visualizations of schemas (pseudo-ER diagrams created with GD or GraphViz), converting non-RDBMS files to SQL schemas (xSV text files, Excel spreadsheets), serializing parsed schemas (via Storable, YAML and XML), creating documentation, and more.