forked fromjbg/tokio-postgres-rustls
- Notifications
You must be signed in to change notification settings - Fork0
Integration between rustls and tokio-postgres
License
NotificationsYou must be signed in to change notification settings
psqlpy-python/tokio-postgres-rustls
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an integration between therustls TLS stackand thetokio-postgres asynchronous PostgreSQL client library.
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);// ...
tokio-postgres-rustls is distributed under the MIT license.
About
Integration between rustls and tokio-postgres
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Rust100.0%