December 02, 2017
An all-D MySQL/MariaDB client library:

https://github.com/mysql-d/mysql-native

In v1.1.3:

- Fixed: #138: Prepared: Prevent mem allocs during cleanup. (@Marenz)
- Fixed: #135: Now works on DMD 2.076 and up. (@SingingBush)
- New: #135: Add travis-ci testing for OSX. (@SingingBush)
- Fixed: DMD 2.074.x gives compile error when building tests. (@Abscissa)