Torque PostgreSQL
Description
torque-postgresql
is a plugin that enhance Ruby on Rails enabling easy access to existing PostgreSQL advanced resources, such as data types and queries statements. Its features are design to be as similar as Rails architecture and they work as smooth as possible.
100% plug-and-play, with optional configurations so that can be adapted to your's project design pattern.
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 features:
Data types
Querying
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.