Skip to content

0.3

Choose a tag to compare

@gggeek gggeek released this 22 Apr 22:25
· 256 commits to master since this release
  • Improved: add confirmation question to the cli command which deletes all database data

  • Improved the sql:execute command:

    • measure time and memory taken for each db
    • allow to print output in json/yaml/php format
    • allow to execute sql commands stored in a file besides specifying them as cli option
    • all sql commands are now executed in a temporary db schema, by a corresponding temp. db user, instead of being executed with the database 'root' account