README.md 402 B

PostgreSql

  • Create database create database

  • Rails command

    # migrate the database to latest
    rake db:migrate    
    # rolls the schema back to the previous version
    rake db:rollback
    # loads the seed data
    rake db:seed
    
  • Show database

    show

  • Free universal database tool and SQL client