sql-splitter 1.13.1

High-performance CLI tool for splitting large SQL dump files into individual table files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod analyzer;
pub mod cmd;
pub mod convert;
pub mod differ;
pub mod duckdb;
pub mod graph;
pub mod json_schema;
pub mod merger;
pub mod parser;
pub mod pk;
pub mod progress;
pub mod redactor;
pub mod sample;
pub mod schema;
pub mod shard;
pub mod splitter;
pub mod validate;
pub mod writer;