/sql-split

sql split is a command line utility to split large sql files into smaller

Primary LanguageRust

sql-split

sql-split is a command-line tool to split large SQL Dump file. It is designed to work on large datasets with lower memory footprints.

Usage

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

build

cargo build --release