sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

Clarify the diesel_cli feature installation process #90

Closed akesling closed 4 years ago

akesling commented 4 years ago

For the naive reader, the previous phrasing can imply "--features mysql" actually installs the necessary mysqlclient library. This new phrasing clarifies that the user can either A) install it on their own or B) exclude it from use by diesel_cli.

This came up in https://github.com/diesel-rs/diesel/issues/2214 where I mistakenly assumed the naive interpretation.