{"id":15910536,"url":"https://github.com/jbg/tokio-postgres-rustls","last_synced_at":"2025-04-12T15:35:13.519Z","repository":{"id":36780239,"uuid":"196652177","full_name":"jbg/tokio-postgres-rustls","owner":"jbg","description":"Integration between rustls and tokio-postgres","archived":false,"fork":false,"pushed_at":"2024-10-19T22:23:16.000Z","size":38,"stargazers_count":32,"open_issues_count":3,"forks_count":32,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T16:11:08.173Z","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/jbg.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}},"created_at":"2019-07-12T22:17:13.000Z","updated_at":"2025-03-15T20:27:10.000Z","dependencies_parsed_at":"2024-06-20T21:49:17.790Z","dependency_job_id":"5fe78b0f-ab5a-4fb2-b90e-cb804ebb5bff","html_url":"https://github.com/jbg/tokio-postgres-rustls","commit_stats":{"total_commits":46,"total_committers":15,"mean_commits":3.066666666666667,"dds":0.7173913043478262,"last_synced_commit":"21f4d0eaae8b4d4be335ec0767e7891f38bd0cc9"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbg%2Ftokio-postgres-rustls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbg%2Ftokio-postgres-rustls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbg%2Ftokio-postgres-rustls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbg%2Ftokio-postgres-rustls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbg","download_url":"https://codeload.github.com/jbg/tokio-postgres-rustls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248590108,"owners_count":21129749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-06T15:08:17.217Z","updated_at":"2025-04-12T15:35:13.487Z","avatar_url":"https://github.com/jbg.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tokio-postgres-rustls\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-rustls.svg)](https://crates.io/crates/tokio-postgres-rustls)\n\n[API Documentation](https://docs.rs/tokio-postgres-rustls/)\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_rustls::MakeRustlsConnect::new(config);\nlet connect_fut = tokio_postgres::connect(\"sslmode=require host=localhost user=postgres\", tls);\n// ...\n```\n\n# License\ntokio-postgres-rustls is distributed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbg%2Ftokio-postgres-rustls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbg%2Ftokio-postgres-rustls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbg%2Ftokio-postgres-rustls/lists"}