Short description and motivation.
How to use my plugin.
Add this line to your application's Gemfile:
gem "database_reporting"
And then execute:
$ bundle
Or install it yourself as:
$ gem install database_reporting
Usage :
Database sizing report
rails 'database_reporting:database_sizing'
Database tables reports
rails 'database_reporting:table_reporting'
Database columns reports
rails 'database_reporting:column_reporting'
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.