A datastore Store implementation using the MySQL database.
Add this to your `Cargo.toml`:
```
datastore-mysql = "0.1.0"
```
```
```
More information can be found on [docs.rs](https://docs.rs/datastore-mysql).
This project is licensed under either the [MIT License](https://github.com/MrGunflame/datastore-mysql/blob/master/LICENSE-MIT) or [Apache License, Version 2.0](https://github.com/MrGunflame/datastore-mysql/blob/master/LICENSE-APACHE) at your option.