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

2.2.1

Compare
Choose a tag to compare
@bradzacher bradzacher released this 19 Jul 02:22
· 36 commits to develop since this release
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.