We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You'll need rust nightly.
curl https://sh.rustup.rs -sSf > rustup.sh sh rustup.sh
rustup install nightly rustup default nightly
diesel_cli
cargo install diesel_cli --no-default-features --features "sqlite"
diesel migration --database-url ./data/db.sqlite run
cargo build