|
|
Welcome to the torque-postgresql wiki!
|
|
|
# torque-postgresql
|
|
|
# Torque PostgreSQL
|
|
|
This project rocks and uses MIT-LICENSE.
|
|
|
|
|
|
[![Build Status](https://travis-ci.org/crashtech/torque-postgresql.svg?branch=master)](https://travis-ci.org/crashtech/torque-postgresql)
|
|
|
[![Code Climate](https://codeclimate.com/github/crashtech/torque-postgresql/badges/gpa.svg)](https://codeclimate.com/github/crashtech/torque-postgresql)
|
|
|
[![Test Coverage](https://codeclimate.com/github/crashtech/torque-postgresql/badges/coverage.svg)](https://codeclimate.com/github/crashtech/torque-postgresql/coverage)
|
|
|
[![GitHub version](https://badge.fury.io/gh/crashtech%2Ftorque-postgresql.svg)](https://badge.fury.io/gh/crashtech%2Ftorque-postgresql)
|
|
|
|
|
|
* [Home](https://github.com/crashtech/torque-postgresql)
|
|
|
* [Bugs](https://github.com/crashtech/torque-postgresql/issues)
|
... | ... | @@ -11,10 +16,12 @@ Welcome to the torque-postgresql wiki! |
|
|
|
|
|
|
|
|
To install torque-postgresql you need to add the following to your Gemfile:
|
|
|
'''ruby
|
|
|
```ruby
|
|
|
gem 'torque-postgresql', '~> 0.1'
|
|
|
'''
|
|
|
```
|
|
|
|
|
|
Also, run:
|
|
|
|
|
|
`$ bundle` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
$ bundle
|
|
|
``` |
|
|
\ No newline at end of file |