The SQL Dump Splitter is a Python tool designed to split large SQL dump files into smaller files based on specific conditions such as 'DROP TABLE' and 'CREATE TABLE IF NOT EXISTS'. This tool is useful ...
This package allows you to execute SQL statements from files directly or queued. It uses Laravel's disk Feature, so it is possible to use remote filesystems, too. This is an easy way to import, seed ...