Integrating non-sql

Will be there integration with non-sql DBMS?

When you write it. :slight_smile:

Joan M. wrote:

Will be there integration with non-sql DBMS?

There already is. What are you interested in specifically?

Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]

On Feb 23, 11:11 am, Joan M. [email protected] wrote:

Will be there integration with non-sql DBMS?

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

On Feb 23, 11:11 am, Joan M. [email protected] wrote:

Will be there integration with non-sql DBMS?

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