Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | Integrate MySQL support | Teddy Wing | |
* Create a `.runshell()` method in `DBShell::Client::MySQL` * Delegate to that class & method from `DBShell::Client::Database` | |||
2017-04-29 | Add `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. |