What ORM to use in one process multiple db connections sinatra application?
- by Andrey Yatsyk
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.