Integrating non-sql

Will be there integration with non-sql DBMS?

When you write it. :slight_smile:

What are you looking for? You can already write a rails app that talk to non sql datastores (I've got a couchdb ones). Rails 3 will make this slightly easier, largely because the interface between ActionPack and data stores has been made explicit (ie Active Model) but it's definitely possible on 2.x

Fred

What do you mean by that? You can already do this - I've written a couchdb backed app. Rails 3 makes this a little easier, because it pins down the interface between Action Pack and Active Record (ie ActiveModel) but you can already this.

Fred

Joan Miller wrote:

Will be there integration with non-sql DBMS?

There already is. What are you interested in specifically?

Best,