Skip to content

Instantly share code, notes, and snippets.

@nicohsieh
Created April 17, 2018 21:16
Show Gist options
  • Select an option

  • Save nicohsieh/34b6fdfd9580979f7408c93e97a894c6 to your computer and use it in GitHub Desktop.

Select an option

Save nicohsieh/34b6fdfd9580979f7408c93e97a894c6 to your computer and use it in GitHub Desktop.

create database

createdb <db name>

delete datebase

dropdb <db name>

list all the databases

\list

quit

\q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment