MS Access integration with Rails through conversion to (Postgres or MySQL) xor direct interaction

Good afternoon,

Is there a Ruby ORM gem which integrates with MS Access?

Alternatively how would I convert one to PostgreSQL or MySQL then
interpret it into ORM syntax for use in Ruby?

Thanks for all suggestions,

Alec T.

I think it is not a good idea to use Access as a datebase.
You could use EMS SQL Management Studio for PostgreSQL to export your
data from access to PostgreSql and then adopt ActiveRecord in your
Ruby project. But you have to adapt the table names and structure as
the ActiveRecord convention or customize the models (http://
home - Dandy Horse Magazine Toronto).