Skip to content

MartinCastroAlvarez/rust-ecopark

Repository files navigation

Ecopark SQL

Running SQL queries with Rust.

wallpaper.jpg

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

About

Running SQL queries with Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages