Skip to content

Instantly share code, notes, and snippets.

@cklanac
Last active April 23, 2018 15:25
Show Gist options
  • Save cklanac/5d10c8158f78f278ed42b187b86c31d2 to your computer and use it in GitHub Desktop.
Save cklanac/5d10c8158f78f278ed42b187b86c31d2 to your computer and use it in GitHub Desktop.
Drop, Create and Import
~ $ dropdb dev-restaurants-app
~ $ createdb -U dev dev-restaurants-app
~ $ psql -U dev -f ~/Desktop/nyc-restaurants-data-backup.mssql -d dev-restaurants-app
~ $ psql -U dev -d dev-restaurants-app < ~/Desktop/temp.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment