Coming from the Ruby community and approching IronRuby for desktop application development, I have little interest in using a .NET based ORM such as Linq. I want to use the ruby-way of data access that I've come to love from products such as ActiveRecord, DataMapper, and Sequel.
After much searching I ran into a brick wall trying to get ActiveRecord working on IronRuby for any database other than MS SQL. I would really like to use an embedded database like SQLite, HSQLDB, H2 etc.
Has anyone got a Ruby based ORM working in IronRuby with an embedded DB. What was the database, the ORM? Can you share some tips? Should I learn Linq or .NET based ORM?