Kretch Kretchmer wrote: > Hi All > So I have a database called OpenAccess (used for describing electrical > objects like transistors etc.) and I'd like to put Rails on top of > it. > First question is "Is this possible?" i.e. can you put ActiveRecord > (or some component thereof) on top of a non-SQL database, then have > access to most of the rails goodness?
I don't know offhand how to do this but it should be possible: there are people using Rails with CouchDB, and with Amazon's SimpleDB (the SimpleRecord library). > > Thanks much > Kretch Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

