{"id":17024478,"url":"https://github.com/aumetra/tokio-postgres-rustls2","last_synced_at":"2026-04-28T18:31:46.809Z","repository":{"id":257822476,"uuid":"871428035","full_name":"aumetra/tokio-postgres-rustls2","owner":"aumetra","description":"Integration between rustls and tokio-postgres (Fork of https://github.com/jbg/tokio-postgres-rustls)","archived":false,"fork":false,"pushed_at":"2024-10-12T00:29:56.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T11:25:31.046Z","etag":null,"topics":["postgres","postgresql","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aumetra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-12T00:27:13.000Z","updated_at":"2024-10-12T00:28:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"cca1fbe2-a2b0-476b-af6b-85e2de214067","html_url":"https://github.com/aumetra/tokio-postgres-rustls2","commit_stats":null,"previous_names":["aumetra/tokio-postgres-rustls2"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aumetra/tokio-postgres-rustls2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aumetra%2Ftokio-postgres-rustls2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aumetra%2Ftokio-postgres-rustls2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aumetra%2Ftokio-postgres-rustls2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aumetra%2Ftokio-postgres-rustls2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aumetra","download_url":"https://codeload.github.com/aumetra/tokio-postgres-rustls2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aumetra%2Ftokio-postgres-rustls2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32394268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["postgres","postgresql","rust"],"created_at":"2024-10-14T07:25:42.959Z","updated_at":"2026-04-28T18:31:46.804Z","avatar_url":"https://github.com/aumetra.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tokio-postgres-rustls2\n\n\u003e This is a fork of [`tokio-postgres-rustls`](https://github.com/jbg/tokio-postgres-rustls.git).\n\u003e\n\u003e Unfortunately its development died down, so I decided to pick it up again to ensure it is updated in the future.\n\nThis is an integration between the [rustls TLS stack](https://github.com/ctz/rustls)\nand the [tokio-postgres asynchronous PostgreSQL client library](https://github.com/sfackler/rust-postgres).\n\n[![Crate](https://img.shields.io/crates/v/tokio-postgres-rustls2.svg)](https://crates.io/crates/tokio-postgres-rustls2)\n\n[API Documentation](https://docs.rs/tokio-postgres-rustls2/)\n\n# Example\n\n```\nlet config = rustls::ClientConfig::builder()\n    .with_root_certificates(rustls::RootCertStore::empty())\n    .with_no_client_auth();\nlet tls = tokio_postgres_rustls2::MakeRustlsConnect::new(config);\nlet connect_fut = tokio_postgres::connect(\"sslmode=require host=localhost user=postgres\", tls);\n// ...\n```\n\n# License\n\ntokio-postgres-rustls2 is distributed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faumetra%2Ftokio-postgres-rustls2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faumetra%2Ftokio-postgres-rustls2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faumetra%2Ftokio-postgres-rustls2/lists"}