Implementation of the arsd.database.Database interface for
accessing MySQL (and MariaDB) databases. Uses the official MySQL client
library, and thus needs that installed to compile and run.
If you're using MySQL client library v5.0 or less,
you must pass this to dmd: -version=Less_Than_MySQL_51
This is important - otherwise you will see bizarre segfaults!
Implementation of the arsd.database.Database interface for accessing MySQL (and MariaDB) databases. Uses the official MySQL client library, and thus needs that installed to compile and run.