Skip to content

tmsdev82/rust-postgresql-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust connect to PostgreSQL example

This repository shows example code for connecting to a PostgreSQL database using the Rust programming language.

Included is a docker-compose file for running a PostgreSQL database instance.

There is an article on my blog site explaining the code here: TMS DEV Blog - PostgreSQL database with Rust: basic how to

Start and run

You have to have docker and docker-compose installed to be able to use the docker-compose.yml.

To start the PostgreSQL instance:

docker-compose up

To start the program:

cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages