ORM Adapter - Sequel Adapter

Description

Adds the Sequel ORM adapter to the ORM Adapter project.

Requirements

This gem has been tested against Ruby 1.9.3.

Installation

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

ORM Adapter

"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.

Development / Testing

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

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a Pull Request

Contributors

License

  • Freely distributable and licensed under the MIT license.
  • Copyright (c) 2011-2013 Don Morrison (elskwid). See LICENSE for details.