AlbertGazizov/sequel_dm

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# SequelDM [![Build Status](https://travis-ci.org/AlbertGazizov/sequel_dm.png)](https://travis-ci.org/AlbertGazizov/sequel_dm) [![Code Climate](https://codeclimate.com/github/AlbertGazizov/sequel_dm.png)](https://codeclimate.com/github/AlbertGazizov/sequel_dm)



SequelDM is a Sequel based Data Mapper pattern implementation

NOTE: This gem is not production ready, it needs a lot of work!

## Installation

Add this line to your application's Gemfile:

    gem 'sequel_dm', github: 'AlbertGazizov/sequel_dm'

And then execute:

    $ bundle

## Contributing

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

## Author
Albert Gazizov, [@deeper4k](https://twitter.com/deeper4k)