Perhaps it's a silly question, but at least for me is not that obvious. Perhaps for the naming.
I'm trying to figure out what is the correct package I'm need to use to connect my R code to a MySQL database.
I've read in the RMySQL package that:
NOTE: this package is being phased out in favor of the new RMariaDB package.
So in other words, from now on do I need to use RMariaDB package even if I'm connecting to MySQL or MySQL support is going to be dropped at some point since the databases are diverging a little bit on each version.
I specially ask in the context of MySQL 8.
Thanks!