Skip to content
Lucas Serrano edited this page Apr 12, 2017 · 30 revisions

Torque PostgreSQL

Description

torque-postgresql is a plugin that works on top of Rails' pre-existing database features to enable easy access to existing postgresql resources, such as data structures and queries statements.

Installation

To install torque-postgresql you need to add the following to your Gemfile:

gem 'torque-postgresql', '~> 0.1'

Also, run:

$ bundle
Clone this wiki locally