Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Integration between rustls and tokio-postgres

License

NotificationsYou must be signed in to change notification settings

psqlpy-python/tokio-postgres-rustls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an integration between therustls TLS stackand thetokio-postgres asynchronous PostgreSQL client library.

Crate

API Documentation

Example

let config = rustls::ClientConfig::builder()    .with_root_certificates(rustls::RootCertStore::empty())    .with_no_client_auth();let tls = tokio_postgres_rustls::MakeRustlsConnect::new(config);let connect_fut = tokio_postgres::connect("sslmode=require host=localhost user=postgres", tls);// ...

License

tokio-postgres-rustls is distributed under the MIT license.

About

Integration between rustls and tokio-postgres

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust100.0%

[8]ページ先頭

©2009-2025 Movatter.jp