Jeremy Zheng 72067145c4 :pencil: add postgresql document 4 years ago
..
README.md 72067145c4 :pencil: add postgresql document 4 years ago
create-db.png 72067145c4 :pencil: add postgresql document 4 years ago
show.png 72067145c4 :pencil: add postgresql document 4 years ago

README.md

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