Mysql client library implemented in rust. Feel free to open a new issues and pull requests.
Available here
Latest crate API docs hosted here.
Please use crates.io
[dependencies]
mysql = "*"rust-mysql-simple offer support of SSL via ssl cargo feature which is disabled by default.
Add ssl feature to enable:
[dependencies.mysql]
version = "*"
features = ["ssl"]Windows is supported but currently rust-mysql-simple has no support of SSL on Windows.
