Skip to content

emmanuelva/auction_umbrella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuctionUmbrella

Dev commands

Postgres

Connect to local docker:

docker container exec -it auction_umbrella_db_1 psql -U postgres

List databases:

\l

Select database:

\c auction

Show tables:

\dt