Does this library include the option of dumping all databases of a MySQL db server? Its CLI equivalent has --all-databases flag which does what I need.
According to the example in the README, dumper works according to its mysql dsn input which requires dbname to be specified. Am I right?
Does this library include the option of dumping all databases of a MySQL db server? Its CLI equivalent has
--all-databases
flag which does what I need.According to the example in the README, dumper works according to its mysql dsn input which requires dbname to be specified. Am I right?