Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
csquared committed Jan 5, 2012
1 parent 05b07bf commit 99edc72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This app is an example <a href="http://addons.heroku.com">Heroku Add-On</a>.


MySQL-o-matic is a multitenant MySQL cloud service similar to Amazon RDS or FathomDB. Users can use ActiveRecord or other Ruby ORM to connect to their provisioned database. The web portion of the cloud service is written in Rails, and new databases are configured by a shell command to mysqladmin. MySQL-o-matic is a multitenant MySQL cloud service similar to Amazon RDS or FathomDB. Users can use ActiveRecord or other Ruby ORM to connect to their provisioned database. The web portion of the cloud service is written in Rails, and new databases are configured by a shell command to mysqladmin.


There is also [an example consumer](blob/master/test/heroku/integration.rb).

# Installation # Installation


$ gem install -v=2.3.5 rails $ gem install -v=2.3.5 rails
Expand Down

0 comments on commit 99edc72

Please sign in to comment.