tags:

views:

313

answers:

2

Are there any alternatives to sequel orm when working on Sinatra based app

+1  A: 

AFAIK, you are not forced to use Sequel with Sinastra. If you wish you can use Datamapper or an other ORM.

Simone Carletti
A: 

You can use DataMapper or ActiveRecord, or just plain DBI ... Sinatra does not have any integrated support for a specific ORM framework.

Evgeny