Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 197 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 197 Bytes

rust-pg

Running locally

start docker

docker run -d -it -e POSTGRES_PASSWORD=password -p 5432:5432   postgres

run code:

cargo run --bin join_test
cargo run --bin show_posts