rsqlserver
rsqlserver copied to clipboard
Mac OS compatibility
Hi! Do you have any idea whether this will work on MacOS? You mentioned a possible linux version using mono in the readme, has this been done?
Otherwise, any advice connecting R to SQL Server on a mac?
Sorry I don't have a mac to experiment ( too expansive:). I will work in a full c++ version (without rClr) once I have time. In the meantime, I think you can use RJDBC.
there is another rsqlserver packaged based on RJDBC that can be used under MAC.
linux mono version is available now. I am testing it in ubuntu 12.04 ( main functionalities are working) Some either under tests or simply limited by the SQL provider.
@jstray I think maybe you can use Docker to do this. I'm quite interested in this technology these days.