Executes custom SQL script on a web application. You can pass the script directly or via a file. Output can be formatted as a table, CSV, or XLSX, and saved to a file. Silent mode is supported to ...
there should be a function that enables the execution of an entire SQL script. This would make it possible to perform mass operations. At the moment, each statement has to be executed individually, ...