SOCI / soci

Official repository of the SOCI - The C++ Database Access Library
http://soci.sourceforge.net/
Boost Software License 1.0
1.37k stars 472 forks source link

MariaDB? #1150

Open robertsilen opened 1 month ago

robertsilen commented 1 month ago

Looking at README.md and the list of supported databases at https://soci.sourceforge.net/ I noticed MariaDB is not listed - any particular reason for that?

vadz commented 3 weeks ago

MariaDB didn't exist when MySQL backend was written, so the reason is simply that nobody bothered updating it to work with it. If you'd like to do -- and it shouldn't be very difficult, I think -- please go ahead and make a PR adding it. TIA!