Skip to content
Lucas Serrano edited this page Apr 12, 2017 · 26 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

Usage

These are the currently available resources:

How to Contribute

To start, simply fork the project, create a .env file following this example:

DATABASE_URL="postgres://USER:PASSWORD@localhost/DATABASE"

Run local tests using:

$ bundle install
$ bundle exec rake spec

Finally, fix and send a pull request.

License

Copyright (c) 2017- Carlos Silva. See The MIT License for further details.

Clone this wiki locally