aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dbshell/client/mysql.rb
AgeCommit message (Collapse)Author
2017-04-29Add `DBShell::Client::MySQL`Teddy Wing
For now only includes a `.build_command()` method. Inspired again by: https://github.com/django/django/blob/66150f7cf61bc09547fa98586790df596eff6d77/django/db/backends/mysql/client.py although in our case we haven't handled some of the more exotic options. Eventually we'll probably have to do that.