Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Dapper work on Mono?

We're thinking about moving over to Mono and I see that Dapper works with MySql. However this is with a ADO.NET provider. Does Mono/Linux have a MySql ADO.NET provider and does that work with Dapper?

Eventually we are planning on moving our current site from MySql to PostgreSql and I'm also wondering the same question, but also interms of PostrgreSql, Mono and Dapper on linux?

like image 994
thames Avatar asked Oct 28 '11 20:10

thames


1 Answers

I'm using Dapper with the official MySqlConnector on an OpenSuse machine (+ mono) and it works great.

like image 178
Epstone Avatar answered Oct 02 '22 18:10

Epstone