Skip to content

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

Notifications You must be signed in to change notification settings

snehadesoftech/split_sql_dump_file

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

split_sql_dump_file

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.

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

No packages published

Languages

  • Python 100.0%