I am looking to add an ORM to my existing Sinatra app. I went through Datamapper, Sequel and ActiveRecord though I haven't tried ActiveRecord yet.
Datamapper seems easy but I am constantly facing a issue discussed in "What ORM to use in one process multiple db connections sinatra application?", but was unable to understand the solution and root cause for it.
Are there any suggestions to choose the appropriate and performance oriented ORM?