Skip to content

ZPascal/tokio-postgres-rustls-connection-pool-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connecting Securely for PostgreSQL amd using deadpool connection pooler

This project demonstrates how to use Tokio Postgres with Rustls to connect to PostgreSQL over TLS.

Influenced repositories

Command

env PG.DBNAME=postgres PG.HOST=localhost PG.PORT=6432 PG.USER=postgres PG.PASSWORD=postgres DB_CA_CERT=docker/files/cert/ca.pem RUST_LOG=debug cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages