Is there a MySql adapter available?
There is an ADO.NET driver for MySQL here:
http://dev.mysql.com/downloads/connector/net/6.1.html, which should work
with this activerecord adapter:
GitHub - jschementi/activerecord-mssql-adapter: ActiveRecord SQL Server Adapter. However, I
haven’t tested it so I’m not sure what snags you’ll run into. Has anyone
else tried this out?
That won’t work… they handle transactions differently, get schema info
differently…
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto C.
Blog: http://flanders.co.nz
Google Wave: [email protected]
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)
On Sat, Dec 5, 2009 at 2:56 AM, Jimmy S. <
Modified the MSSql adapter to work with MySql. Hacked it up quickly but
seems to work, feedback appreciated. Have to change require_mysqliron to
load MySql.Data.DLL