rom-rb/rom-rethinkdb

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[gem]: https://rubygems.org/gems/rom-rethinkdb
[travis]: https://travis-ci.org/rom-rb/rom-rethinkdb
[gemnasium]: https://gemnasium.com/rom-rb/rom-rethinkdb
[codeclimate]: https://codeclimate.com/github/rom-rb/rom-rethinkdb
[inchpages]: http://inch-ci.org/github/rom-rb/rom-rethinkdb

# ROM::Rethinkdb

[![Gem Version](https://badge.fury.io/rb/rom-rethinkdb.svg)][gem]
[![Build Status](https://travis-ci.org/rom-rb/rom-rethinkdb.svg?branch=master)][travis]
[![Dependency Status](https://gemnasium.com/rom-rb/rom-rethinkdb.png)][gemnasium]
[![Code Climate](https://codeclimate.com/github/rom-rb/rom-rethinkdb/badges/gpa.svg)][codeclimate]
[![Test Coverage](https://codeclimate.com/github/rom-rb/rom-rethinkdb/badges/coverage.svg)][codeclimate]
[![Inline docs](http://inch-ci.org/github/rom-rb/rom-rethinkdb.svg?branch=master)][inchpages]

RethinkDB suport for [Ruby Object Mapper](https://github.com/rom-rb/rom).

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rom-rethinkdb'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rom-rethinkdb

## License

See `LICENSE` file.