Skip to content

v0.4.0

Choose a tag to compare

@eduardozaniboni eduardozaniboni released this 03 Mar 01:24
· 87 commits to master since this release
47378d7

Features

  • MySQL engine support (--engine mysql) - requires mysql and mysqldump binaries
  • Multi-engine architecture: all commands are now engine-agnostic behind the IDatabaseEngine interface
  • --engine global flag accepted by all commands
  • Engine type saved per server profile and in global config (herdux config set engine mysql)
  • GitHub Actions CI, Dependabot config, and Husky pre-commit hooks