mtangoo / wxDatabase

wxWidgets library for connecting to major relational database
http://mtangoo.github.io/database/index.html
36 stars 16 forks source link

Move away from MySQL to MariaDB #3

Open mtangoo opened 8 years ago

mtangoo commented 8 years ago

MySQL libraries are GPLed. MariaDB connectors are LGPLed. Move off GPL towards LGPL is the goal of this issue.

mtangoo commented 8 years ago

I'm testing for both libraries but definitely future "official" test will be done against MariaDB. Testing for MySQL is welcome

mtangoo commented 4 years ago

Since MySQL and MariaDB seems to move apart with each release, remove all reference to MySQL so that when MariaDB client library aren't supported by MySQL there wont be an issue. Mention this on Readme