Skip to content

IanTeda/zero2prod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero 2 Production

Repository while working through the book Zero 2 Production

Postgres

Run Postgres in a Docker container

docker compose -f ./scripts/postgres_docker_compose.yaml up -d 

Shut down Docker compose

docker compose -f ./scripts/postgres_docker_compose.yaml down

Install psql

sudo dnf install postgresql-contrib

Install sqlx-cli

cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published