zero-to-production icon indicating copy to clipboard operation
zero-to-production copied to clipboard

Update command for installing sqlx-cli

Open joegesualdo opened this issue 3 years ago • 2 comments

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

Screen Shot 2022-07-25 at 11 17 30 AM

joegesualdo avatar Jul 25 '22 15:07 joegesualdo

Fixes: https://github.com/LukeMathWalker/zero-to-production/issues/159

joegesualdo avatar Jul 25 '22 15:07 joegesualdo

Hey! Thank you - can you patch the installation instructions for all platform, not just MacOS?

LukeMathWalker avatar Jul 26 '22 14:07 LukeMathWalker

This has been fixed in main.

LukeMathWalker avatar Sep 12 '22 13:09 LukeMathWalker