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

Releases: bradzacher/mysqldump

3.2.0

Choose a tag to compare

@bradzacher bradzacher released this 07 Jun 23:48
1af4672

3.1.0

Choose a tag to compare

@bradzacher bradzacher released this 24 Jul 15:46
fe4f4a2
  • feat: support compressFile option (#69) 06b7cb8
  • feat: keep the table order of the table whitelist (#73) 98f0c9d

3.0.0

Choose a tag to compare

@bradzacher bradzacher released this 17 May 04:22
70c9258

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

2.3.0

Choose a tag to compare

@bradzacher bradzacher released this 24 Mar 22:44
29aa6ca
  • Updated dependencies
  • [FEAT] Added json type support (#57)
  • [FEAT] Added verbose option to data dump (#63)
  • [FIX] Sort views after tables

2.2.1

Choose a tag to compare

@bradzacher bradzacher released this 19 Jul 02:22
cee1d48

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

Choose a tag to compare

@webcaetano webcaetano released this 19 May 18:59
  • New option feature getDump return dump as a raw data instead of a .sql file.

Thanks @Akamaozu