What ORM to use in one process multiple db connections sinatra application?

Posted by Andrey Yatsyk on Stack Overflow See other posts from Stack Overflow or by Andrey Yatsyk
Published on 2010-04-14T18:19:42Z Indexed on 2010/04/14 18:23 UTC
Read the original article Hit count: 238

Filed under:
|
|
|
|

Checked ActiveRecord, DataMapper, Sequel: some use globals (static variables) some require open db connection before loading source file with models. What ORM is better to use in sinatra application that uses different databases.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about orm