Commit Graph

2 Commits

Author SHA1 Message Date
Steve Dogiakos ab4fadddbd
Create README for SQL Dump Splitter project
This commit introduces the README.md file for the SQL Dump Splitter project. The README includes an overview of the project, features, installation and usage instructions, contribution guidelines, licensing information, and acknowledgments. This document is essential for guiding users and contributors through the purpose and use of the SQL dump splitting script.
2023-12-30 14:40:27 -07:00
Steve Dogiakos 68ca48e1cc
Add SQL dump splitter script
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.
2023-12-30 14:35:12 -07:00