Create a Red::Driver::MySQL
Use the same base as Red::Driver::SQLite
Actually now that https://modules.perl6.org/dist/DB::MySQL:cpan:CTILMES exists it would be easier to make it based on the Pg driver. There may be a few SQL translation differences however,
Does it make sense to exist R::D::DBIish::Pg, R::D::DB::Pg, R::D::DBIish::MySQL, R::D::DB::MySQL, R::D::DBIish::SQLite and T::D::DB::SQLite?
I was thinking this before, people may have compelling reasons for using one family of Database modules or the other, so yes. Except for the actuial interfaces used to perform queries, there should be a fair amount of commonality.
Also supporting both DB::Pg and DBDish::Pg would let non Linux users have an option thus getting around #64
I still don’t get that issue, once I do not use Linux at home... everything works on my Mac...
I think I found that it didn't work on FreeBSD but I'll check again.
I never tried on FreeBSD...
I was thinking... we shouldn’t require SQLite and DB::Pg... if the user only want to use one of them, we shouldn’t require both... so, should we require no one?