Skip to content

astrberg/xml_to_mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

XML conversion to MySQL database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages