Skip to content

dreamsofcode-io/rust-sqlx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository stores the code and SQL examples from the associated YouTube video found at this channel

Setup Database

In order to setup the database, you can use the following command with Docker installed:

$ docker run -e POSTGRES_PASSWORD=mysecretpassword -e POSTGRES_USER=dbuser -e POSTGRES_DB=bookstore  -p 5432:5432 postgres:1

Note! In the video, I used 5342 as the port instead of 5432. This is to avoid port conflict with my video editing database. If you're having issues whilst copying my code on the video, be sure to check there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages