Sha256: 9f6bd3aa39db219d636cc50860bbbe8f368e61983bee9e9342cefdc2b37f537e
Contents?: true
Size: 1.26 KB
Versions: 6
Compression:
Stored size: 1.26 KB
Contents
[gem]: https://rubygems.org/gems/rom-sql [travis]: https://travis-ci.org/rom-rb/rom-sql [gemnasium]: https://gemnasium.com/rom-rb/rom-sql [codeclimate]: https://codeclimate.com/github/rom-rb/rom-sql [inchpages]: http://inch-ci.org/github/rom-rb/rom-sql # ROM::SQL [![Gem Version](https://badge.fury.io/rb/rom-sql.svg)][gem] [![Build Status](https://travis-ci.org/rom-rb/rom-sql.svg?branch=master)][travis] [![Dependency Status](https://gemnasium.com/rom-rb/rom-sql.png)][gemnasium] [![Code Climate](https://codeclimate.com/github/rom-rb/rom-sql/badges/gpa.svg)][codeclimate] [![Test Coverage](https://codeclimate.com/github/rom-rb/rom-sql/badges/coverage.svg)][codeclimate] [![Inline docs](http://inch-ci.org/github/rom-rb/rom-sql.svg?branch=master)][inchpages] RDBMS support for [Ruby Object Mapper](https://github.com/rom-rb/rom). Resources: - [Guides](http://rom-rb.org/guides/adapters/sql/) ## Installation Add this line to your application's Gemfile: ```ruby gem 'rom-sql' ``` And then execute: $ bundle Or install it yourself as: $ gem install rom-sql Check out [SQL guide](http://rom-rb.org/guides/adapters/sql/) for usage examples. ## ROADMAP For details please refer to [issues](https://github.com/rom-rb/rom-sql/issues). ## License See `LICENSE` file.
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
rom-sql-0.7.0 | README.md |
rom-sql-0.7.0.rc1 | README.md |
rom-sql-0.7.0.beta1 | README.md |
rom-sql-0.6.1 | README.md |
rom-sql-0.6.0 | README.md |
rom-sql-0.6.0.rc1 | README.md |