sql-split
Split any SQL code into atomic statements
Install
- All systems
-
curl cmd.cat/sql-split.sh
- Debian
-
apt-get install libsql-splitstatement-perl
- Ubuntu
-
apt-get install libsql-splitstatement-perl
- Kali Linux
-
apt-get install libsql-splitstatement-perl
- Fedora
-
dnf install libsql-splitstatement-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsql-splitstatement-perl
- Dockerfile
- dockerfile.run/sql-split
libsql-splitstatement-perl
Split any SQL code into atomic statements
This is a simple module which tries to split any SQL code, even including non-standard extensions into the atomic statements it is composed of.