vote up 0 vote down star

What is the approach to get SQLite-ruby working in IronRuby?

flag

3 Answers

vote up 0 vote down check

There's an sqlite3-ironruby gem which was recently released, and it's on gemcutter

The source is here on gitub

link|flag
vote up 0 vote down

How are wanting to use sqlite in your ironruby project?

link|flag
With a ruby based ORM such as ActiveRecord – jrhicks Sep 20 at 13:52
vote up 0 vote down

you won't be able to use activerecord as is.

You can either wrap the ADO.NET provider for SQLite or you can perhaps help with the ironruby-dbi project and provide a dbi adapter that handles sqlite correctly. From then on adding it to rails is easy as it would require replacing the connection with the dbi connection.

It is a work in progress though and at this moment most efforts have been around sql server, but I too would like to get sqlite working properly on IronRuby with rails. link text

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.