Commit Graph

7 Commits

Author SHA1 Message Date
Steve Dogiakos ecb428e6e5
Minor formatting change
Fixed the formatting for the Batch File Usage section
2023-12-30 15:27:20 -07:00
Steve Dogiakos 01a18e5e24
Add Acknowledgement section
Add acknowledgement section to include info about LLMs/AI.
2023-12-30 15:26:07 -07:00
Steve Dogiakos de451a89f5
Add MIT License to the project
This commit introduces the MIT License to the SQL Dump Splitter project. By including the MIT License, we clearly define the terms under which the project can be freely used, modified, and shared. The license fosters open collaboration and contribution while providing legal clarity and protection for both the contributors and users of the software.
2023-12-30 15:10:46 -07:00
Steve Dogiakos 8bd88873f3
Update README to Include Windows Batch File Details
This commit updates the README.md to reflect the addition of the Windows batch file in the SQL Dump Splitter project. The README now provides an overview, usage instructions, and prerequisites for both the Python script and the batch file, ensuring comprehensive guidance for users on different platforms. This update enhances the documentation to cater to a broader audience, including those who prefer using Windows batch scripts.
2023-12-30 14:51:58 -07:00
Steve Dogiakos 991beaa9f0
Add Windows Batch Script for SQL Dump Splitting
This commit introduces a Windows batch (.bat) file as an alternative to the Python script for splitting SQL dumps. The batch script offers a convenient option for Windows users, especially those who prefer a quick, script-based solution without the need for Python. It reads a SQL dump file, identifies different databases, and creates separate SQL files for each database, ensuring ease of use and accessibility on Windows environments.
2023-12-30 14:46:25 -07:00
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