IronRuby MySQL/ADO.NET wrapper

Hi all,

If anyone is interested, I have knocked up a prototype for an IronRuby
wrapper over MySQL Connector/NET (the MySQL ADO.NET driver) that
implements the Ruby-MySQL interface. The idea is that this should be
able to function as a drop-in replacement for either the native or pure
Ruby MySQL drivers, thus allowing you to run things like ActiveRecord
without modification. There are still a number of methods that I haven’t
yet implemented, but you can at least connect to a database and perform
queries.

Regards
Brian Blackwell

This looks awesome. Do you know of the ADO.NET driver runs on top of
Mono? I know that the SQL Server ADO.NET driver contains a large amount
of unmanaged code that prevents it from running on Mono.

Thanks,
-John

2008/3/25, John L. (DLR) [email protected]:

This looks awesome. Do you know of the ADO.NET driver runs on top of Mono? I know that the SQL Server ADO.NET driver contains a large amount of unmanaged code that prevents it from running on Mono.

FYI, Mono ships with fully managed ADO.NET provider for PostgreSQL,
which runs on MS.NET too.
http://www.mono-project.com/PostgreSQL