CurtTilmes / perl6-dbmysql

DB::MySQL
2 stars 3 forks source link

Support for optionally using MariaDB #10

Open vadz opened 3 years ago

vadz commented 3 years ago

It would be nice to allow specifying the name of the native library to use in order to allow using MariaDB instead of MySQL. Under Linux I currently create a symlink from libmysqlclient.so to libmariadbclient.so, which is not exactly elegant.