Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T torque-postgresql
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Carlos
  • torque-postgresql
  • Wiki
  • Home

Home · Changes

Page history
Updated Home (markdown) authored Apr 11, 2017 by Carlos's avatar Carlos
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 35dc914b
...@@ -23,12 +23,18 @@ $ bundle ...@@ -23,12 +23,18 @@ $ bundle
``` ```
# Usage # Usage
These are the currently available features: These are the currently available features:
* [Configuring](https://github.com/crashtech/torque-postgresql/wiki/Configuring) * [Configuring](https://github.com/crashtech/torque-postgresql/wiki/Configuring)
## Data types ## Data types
* [Enum](https://github.com/crashtech/torque-postgresql/wiki/Enum) * [Enum](https://github.com/crashtech/torque-postgresql/wiki/Enum)
* [Interval](https://github.com/crashtech/torque-postgresql/wiki/Interval) * [Interval](https://github.com/crashtech/torque-postgresql/wiki/Interval)
## Querying ## Querying
* [Distinct On](https://github.com/crashtech/torque-postgresql/wiki/Distinct-On) * [Distinct On](https://github.com/crashtech/torque-postgresql/wiki/Distinct-On)
* [Auxiliary Statements](https://github.com/crashtech/torque-postgresql/wiki/Auxiliary-Statements) * [Auxiliary Statements](https://github.com/crashtech/torque-postgresql/wiki/Auxiliary-Statements)
...@@ -45,8 +51,4 @@ Run local tests using: ...@@ -45,8 +51,4 @@ Run local tests using:
$ bundle install $ bundle install
$ bundle exec rake spec $ bundle exec rake spec
``` ```
Finally, fix and send a pull request. Finally, fix and send a pull request.
\ No newline at end of file
## License
Copyright (c) 2017- Carlos Silva. See [The MIT License](MIT-LICENSE) for further details.
\ No newline at end of file
Clone repository
  • Wiki
  • Configuring

Data types

  • Enum
  • Interval

Querying

  • Distinct On
  • Auxiliary Statements