Skip to content

SQLSplit v1.0.0

Latest
Compare
Choose a tag to compare
@claitz claitz released this 24 Jun 16:58
· 2 commits to master since this release
39d3cd7

SQLSplit v1.0.0! 🎉

Overview

SQLSplit is a utility designed to efficiently split and recombine large SQL files.
This release introduces the core features of splitting a SQL file into separate files per table, and recombining these files into a single SQL file.

Key Features

  • Splitting SQL Files: With this release, you can effortlessly split a large SQL file that contains multiple CREATE TABLE statements into smaller, separate files, with one file per table.

  • Recombining SQL Files: Not only can you split them, but you can also recombine the split files into a single SQL file.

  • Command Line Interface: This release includes a command-line interface making it easier to use the functionalities directly from the terminal.

  • Progress Display: SQLSplit also provides visual feedback by displaying the progress of file processing in the terminal.

  • Header Capture: Captures and includes SQL header lines in each output file when splitting.

Getting Started

Please refer to the README.md file for instructions on how to compile and use SQLSplit.

Disclaimer

SQLSplit is provided as unsigned code for demonstration purposes only. While every effort has been made to ensure the accuracy and reliability of the software, it is important to note that it is distributed without any warranties or guarantees of any kind.

The source code for SQLSplit is available for review and modification. Users are encouraged to build the software from source themselves to ensure the integrity and security of the application.

By using SQLSplit, you acknowledge and agree that the developers and contributors of SQLSplit shall not be held liable for any direct, indirect, incidental, special, exemplary, or consequential damages arising from the use or inability to use the software.

Use SQLSplit at your own risk.

If you have any concerns or questions regarding the software, please refer to the documentation.