Since Massive is only SQL Server and I work with MySQL, Ive forked it to add MySQL support.
You can find the repository on GitHub . There is also an available NuGet package called Massive.MySQL that has MySQL.Data as a dependency. This means that you need to do the following in order to get a working data access shell:
Install-Package Massive.MySQL