Python script to split a single large sql dump file into separate files, one for each CREATE TABLE statement. Writes the files to a new folder that you specify. If no output folder is specified, creates a new folder with the same name as the dump file, in the same directory. Works line-by-line, without writing the file to memory first, so is great for large files.
forked from kloddant/split_sql_dump_file
-
Notifications
You must be signed in to change notification settings - Fork 0
Python script to split a single large sql dump file into separate files, one for each CREATE TABLE statement. Writes the files to a new folder that you specify. If no output folder is specified, creates a new folder with the same name as the dump file, in the same directory. Works line-by-line, without writing the file to memory first, so is gre…
License
snehadesoftech/split_sql_dump_file
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python script to split a single large sql dump file into separate files, one for each CREATE TABLE statement. Writes the files to a new folder that you specify. If no output folder is specified, creates a new folder with the same name as the dump file, in the same directory. Works line-by-line, without writing the file to memory first, so is gre…
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%