Jeremy Zheng 72067145c4 :pencil: add postgresql document 4 ani în urmă
..
README.md 72067145c4 :pencil: add postgresql document 4 ani în urmă
create-db.png 72067145c4 :pencil: add postgresql document 4 ani în urmă
show.png 72067145c4 :pencil: add postgresql document 4 ani în urmă

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