mirror of
https://github.com/snachodog/sql_dump_split.git
synced 2025-04-20 02:32:25 -06:00
This commit adds a Python script designed to split a large SQL dump file into separate files, each corresponding to a different database. The script reads through the SQL dump, identifies database sections, and creates new SQL files named after each database. This utility is particularly useful for managing and organizing large SQL dumps with multiple databases.
Description
Languages
Python
60.9%
Batchfile
39.1%