Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Releases: bradzacher/mysqldump

3.2.0

07 Jun 23:48
1af4672
Compare
Choose a tag to compare

3.1.0

24 Jul 15:46
fe4f4a2
Compare
Choose a tag to compare
  • feat: support compressFile option (#69) 06b7cb8
  • feat: keep the table order of the table whitelist (#73) 98f0c9d

3.0.0

17 May 04:22
70c9258
Compare
Choose a tag to compare

BREAKING: no longer explicitly support Node 6
It'll probably still work, but we're no longer explicitly testing for it.

2.3.0

24 Mar 22:44
29aa6ca
Compare
Choose a tag to compare
  • Updated dependencies
  • [FEAT] Added json type support (#57)
  • [FEAT] Added verbose option to data dump (#63)
  • [FIX] Sort views after tables

2.2.1

19 Jul 02:22
cee1d48
Compare
Choose a tag to compare

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.

v1.1.0

19 May 18:59
Compare
Choose a tag to compare
  • New option feature getDump return dump as a raw data instead of a .sql file.

Thanks @Akamaozu