-
-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Carlos edited this page Apr 12, 2017
·
26 revisions
torque-postgresql
is a plugin that works on top of Ruby on Rails to enable easy access to existing PostgreSQL advanced resources, such as data types and queries statements.
To install torque-postgresql you need to add the following to your Gemfile:
gem 'torque-postgresql', '~> 0.1'
Also, run:
$ bundle
These are the currently available resources:
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.
Copyright (c) 2017- Carlos Silva. See The MIT License for further details.
Can't find what you're looking for? Add an issue to the issue tracker.