Adds the Sequel ORM adapter to the ORM Adapter project.
This gem has been tested against Ruby 1.9.3.
Add this line to your application's Gemfile:
gem "orm_adapter-sequel"
And then execute:
$ bundle
Or install it yourself as:
$ gem install orm_adapter-sequel
"Provides a single point of entry for popular ruby ORMs. Its target audience is gem authors who want to support more than one ORM."
For more information see the orm_adapter project.
This project is tested against orm_adapter
to make sure it works as advertised. A Rake task is available to get the latest orm_adapter specs. It will checkout the project to a temporary directory and copy over the specs needed to run.
$ rake update_orm_specs
To run the tests:
$ rake spec
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a Pull Request
- Rachot Moragraan (mooman)
- Rodrigo Rosenfeld Rosas (rosenfeld)
- Freely distributable and licensed under the MIT license.
- Copyright (c) 2011-2013 Don Morrison (elskwid). See LICENSE for details.