... | ... | @@ -5,7 +5,9 @@ |
|
|
* [TODO](https://github.com/crashtech/torque-postgresql/blob/master/TODO.md)
|
|
|
|
|
|
# Description
|
|
|
`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.
|
|
|
`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
|
|
|
|
... | ... | @@ -21,7 +23,7 @@ $ bundle |
|
|
```
|
|
|
|
|
|
# Usage
|
|
|
These are the currently available resources:
|
|
|
These are the currently available features:
|
|
|
* [Configuring](https://github.com/crashtech/torque-postgresql/wiki/Configuring)
|
|
|
## Data types
|
|
|
* [Enum](https://github.com/crashtech/torque-postgresql/wiki/Enum)
|
... | ... | |