Sample code to parse JSON file and save to MySQL using Rust/Cargo.
Using real world JSON file. The project aims to parse the JSON file in the most simpliest way and save it to MySQL database using Rust/Cargo
- Rust - https://www.rust-lang.org/
- Cargo - https://doc.rust-lang.org/cargo/index.html
- SerdeJSON - https://docs.serde.rs/serde_json/
- MySQL - https://docs.rs/mysql/latest/mysql/
- cargo build
cargo build
- cargo run
cargo run
Any advise for common problems or issues go to my blog site: https://hgminerva.wordpress.com/
Contributors names and contact info
HGMinerva (https://hgminerva.wordpress.com/)
@hgminerva
- 0.1
- Initial Release
This project is open for everyone to learn.