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
2009-06-26 06:45:18
A:
You can use DataMapper or ActiveRecord, or just plain DBI ... Sinatra does not have any integrated support for a specific ORM framework.
Evgeny
2009-06-26 11:03:47