Sha256: 254db15c019753efa61430c8d44575de812da52d229da5270b2bdd6476438e2b
Contents?: true
Size: 1.13 KB
Versions: 33
Compression:
Stored size: 1.13 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.svg)][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] SQL support for [rom-rb](https://github.com/rom-rb/rom). Resources: - [User Documentation](http://rom-rb.org/learn/sql/) - [API Documentation](http://rubydoc.info/gems/rom-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 ## License See `LICENSE` file.
Version data entries
33 entries across 33 versions & 1 rubygems