Extends Sinatra with extension methods and Rake tasks for dealing with an SQL database using the ActiveRecord ORM.
I'm building a Sinatra application using three database's tables: user, post and like. I'd want to run a query that …
ruby-on-rails ruby activerecord gem sinatra-activerecord