Ecopark SQL Running SQL queries with Rust. Instructions Start a new MySQL database. docker run --name ecopark -e MYSQL_ROOT_PASSWORD=viu -d mysql:latest Run the Rust program. cargo build && cargo run Development Automatically format the code. cargo fmt