drush-ops / drush-launcher

A small wrapper around Drush for your global $PATH.
GNU General Public License v2.0
237 stars 50 forks source link

Why does drush require a native system mysql cli ? #78

Closed aduzsardi closed 4 years ago

aduzsardi commented 4 years ago

Is there a reason why drush uses the system mysql cli instead of using the php module for db operations ? Thank you!

weitzman commented 4 years ago

As of Drush 10, its only needed for the sql:* commands. You can install, enable modules, etc without it.