Skip to content

Instantly share code, notes, and snippets.

@Kievbuy
Last active December 4, 2018 16:56
Show Gist options
  • Select an option

  • Save Kievbuy/ba1245e0124c0d9c011bcbbfd8c91414 to your computer and use it in GitHub Desktop.

Select an option

Save Kievbuy/ba1245e0124c0d9c011bcbbfd8c91414 to your computer and use it in GitHub Desktop.
**New database** createdb -U postgres bd_name *Connect to DB* psql -d edu -U postgres **Connect to database in psql** \connect demo_db \c demo_db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment