No commit activity in last 3 years
No release in over 3 years
Adds Sequel ORM adapter to the orm_adapter project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.0.0
>= 1.2.5
>= 0.8.7
>= 2.4.0
>= 1.3.2
>= 0.6.0

Runtime

>= 3.0.0
>= 0.4.0
>= 3.18.0
 Project Readme

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.