CrazyDb

Crazy db provides rails application Database Information like database name, total number of tables, table names with records count in html format.

Installation

Add this line to your application's Gemfile:

gem 'crazy_db'

And then execute:

$ bundle

Or install it yourself as:

$ gem install crazy_db

Usage

In your view file write: <%= CrazyDb::db_statistics %>

Contributing

  1. Fork it
  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 new Pull Request