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
mysql-ironruby.rb
Description: Binary data
test-mysql-ironruby.rb
Description: Binary data
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
