Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.02 KB

XML to MySQL

A Rust tool to download a XML file from Datex II, parse the data and insert it to a MySQL database.

Notice

This tool was made for my own sake of practice and interest, time is scarce and maybe I will spend some more time polishing this tool but don't expect much.

Installation

Use cargo to install XML to MySQL.

Usage

extern crate ...

Built With

  • Rust - The programming language
  • reqwest - HTTP Client for Rust.
  • quick-xml - High performance xml pull reader/writer
  • rust-mysql-simple - Mysql client library implemented in rust
  • and more...

Contributing

Pull requests are welcome. You are more than welcome to open an issue to discuss what you would like to change or add/remove.

License

MIT