This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
Releases: bradzacher/mysqldump
Releases · bradzacher/mysqldump
3.2.0
3.1.0
3.0.0
2.3.0
2.2.1
Complete rewrite from the ground-up.
Notable changes:
- Now uses promise-based API
- Changed config options (there's now a lot more configurability!)
- Added thorough testing
New features:
- Dumping of views and triggers!
- Dumping of blob and geometry columns!
- Configurability of what parts of the dump get put out
- Reduced memory usage by adding streamed file dumping
- Also added the option to only dump to file (i.e. smallest memory footprint possible)
- Split insertions after a configurable amount of rows
- Session variables to help with importing a dump from a complex relational database.