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.
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.