- Rust (see rustup.rs)
- ASDF (see asdf-vm.com)
asdf installcargo install cargo-leptosor if you have binstall installed (avoid building from source)
cargo binstall cargo-leptoscargo install diesel_cli --no-default-features --features [postgres|sqlite|mysql]or if you have binstall installed (avoid building from source) [not recommended]
cargo binstall diesel_clidiesel_cli can require lib like libpq-dev, libmysqlclient-dev, libsqlite3-dev or in fedora libpq-devel, community-mysql-devel, sqlite-devel