Add drupal-drush-sql-cli command#65
Conversation
|
This looks very interesting! Just tried it out very shortly myself and it works with mysql as well for me. I think I'll just merge it and then we'll see if we get reports from other database backends. It's not like it is breaking other functionality. In my setup I have no database prompt in I also have some encoding stuff that's not right (the content in the database is not show with the right encoding). That's not a problem when connecting |
Add `drupal-drush-sql-cli` command
This adds a command and keybinding to run
drush sql-cliin a properly set-up Emacs SQL buffer.This is fairly lightly tested (e.g., I have not tried using it with anything other than MySQL) so feedback is welcome.