Hi, I'm considering to make my database* ActiveRecord compatible. To this end I have some questions, or would appreciate pointers where to ask:
- as the db is not sql, I think writing an ActiveRecord/sql adapter isn't really the way to go. But then what is? - I've seen an old Arel had a memory implementation in ruby. As my db is a memory db (in ruby/C) this may be a way, alas the code I see has _little_ comments. Has anyone attempted such a thing (ie a non-sql implementation in arel) - is there a specific activerecord /arel mailing list ? Thanks for any pointers (and sorry this is somewhat of-topic for most) Torsten *warpdb is a memory object(ish) database for ruby http://github.com/dancinglightning/warpdb It works for basic things, but has yet to see a real project, so you've been warned. -- 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.

