Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 375 Bytes

README.markdown

File metadata and controls

18 lines (12 loc) · 375 Bytes

#database_yml

database_yml is a script to generate the database.yml for rails projects.

##Install

gem install database_yml

##Usage Just run database_yml in your rails application directory specifiying the database

database_yml -d mysql
database_yml -d postgresql
database_yml -d sqlite3

or simply run database_yml to generate the database.yml for sqlite3