zero-to-production
zero-to-production copied to clipboard
Update command for installing sqlx-cli
What
Add required native-tls feature to the install command of sqlx-cli.
$ cargo install --version=0.6.0 sqlx-cli --no-default-features --features native-tls,postgres
Why
The current command for installing sqlx-cli throws an error.
See issue here: https://github.com/launchbadge/sqlx/issues/1604
Fixes: https://github.com/LukeMathWalker/zero-to-production/issues/159
Hey! Thank you - can you patch the installation instructions for all platform, not just MacOS?
This has been fixed in main.