datastore-mysql 0.1.0

A datastore Store using the MySQL database
Documentation
# datastore-mysql

A datastore Store implementation using the MySQL database.

## Usage

Add this to your `Cargo.toml`:

```
datastore-mysql = "0.1.0"
```

```
```

More information can be found on [docs.rs](https://docs.rs/datastore-mysql).

## License

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.