SQL Dump splitter in rust
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.vscode first commit Oct 31, 2018
bin add binary; BAD IDEA Dec 7, 2018
example-files
src small changes Dec 7, 2018
.gitignore we are creating index just to create output dir Dec 2, 2018
Cargo.lock added support for clap Dec 4, 2018
Cargo.toml added support for clap Dec 4, 2018
README.md Update README.md Dec 7, 2018
cli.yml Add error handling Dec 5, 2018

README.md

sql-split

sql-split is a command line tool to split SQL Dump file into small files.

Usage

$ sql-split.exe file.sql --output=20mb

Windows Binary is under bin dir.

How to build

cargo build --release

TODO:

  1. parse cli params output_size`
  2. write tests
  3. fix unsafe code. remove die
  4. better error reporting
  5. add multi threading