Skip to content

stefanopassador/Tutorial_DockerPythonPostgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial_DockerPythonPostgres

Here is available the code of the Medium tutorial here: link

Create db table

Commands to create the db table:

docker ps

Used to identify the CONTAINER ID of postgres

docker exec -it <CONTAINER_ID> bash

psql postgres://username:secret@localhost:5432/database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published