Skip to content

This is rails gem which will minimize query for one-to-one, one-to-many database relationships

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

akshaygoyal88/query_optimizer

Repository files navigation

QueryOptimizer

This is rails gem which will minimize query for one-to-one, one-to-many database relationships. Minimize query by query_optimizer just pass your table name as Post.optimize_query(:comments)

Installation

Add this line to your application's Gemfile:

gem 'query_optimizer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install query_optimizer

Usage

Refer https://github.com/akshaygoyal88/query_optimizer/blob/master/README.rdoc for usage

Contributing

  1. Fork it ( https://github.com/akshaygoyal88/query_optimizer/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

This is rails gem which will minimize query for one-to-one, one-to-many database relationships

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages