{"id":19389269,"url":"https://github.com/bwolf/r2d2-influx_db_client","last_synced_at":"2025-08-16T02:17:18.091Z","repository":{"id":62443497,"uuid":"205917767","full_name":"bwolf/r2d2-influx_db_client","owner":"bwolf","description":"influx_db_client support library for the r2d2 connection pool.","archived":false,"fork":false,"pushed_at":"2019-09-02T19:10:27.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T05:43:12.144Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bwolf.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}},"created_at":"2019-09-02T18:51:29.000Z","updated_at":"2020-01-11T13:23:49.000Z","dependencies_parsed_at":"2022-11-01T21:51:52.408Z","dependency_job_id":null,"html_url":"https://github.com/bwolf/r2d2-influx_db_client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bwolf/r2d2-influx_db_client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwolf%2Fr2d2-influx_db_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwolf%2Fr2d2-influx_db_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwolf%2Fr2d2-influx_db_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwolf%2Fr2d2-influx_db_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bwolf","download_url":"https://codeload.github.com/bwolf/r2d2-influx_db_client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwolf%2Fr2d2-influx_db_client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270657715,"owners_count":24623465,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-10T10:15:44.378Z","updated_at":"2025-08-16T02:17:18.070Z","avatar_url":"https://github.com/bwolf.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# r2d2-influx_db_client \u0026emsp; [![Latest Version]][crates.io]\n\n[Latest Version]: https://meritbadge.herokuapp.com/r2d2-influx_db_client\n[crates.io]: https://crates.io/crates/r2d2-influx_db_client\n\n[influx_db_client][influx_db_client] support library for the [r2d2][r2d2] connection pool.\n\n\n## Install\nAdd to `Cargo.toml`:\n\n    influx_db_client = \"0.3.6\"\n    r2d2 = \"0.8\"\n    r2d2-influx_db_client = \"0.1.0\"\n\n\n## Example\n\n```rust\nuse std::time::Duration;\n\nuse r2d2_influx_db_client::{Authentication, InfluxDbConnectionManager};\n\nfn main() {\n    let con_mgr = InfluxDbConnectionManager::new(\"localhost\", 8086, \"tutorial\");\n    let pool = r2d2::Pool::builder()\n        .connection_timeout(Duration::from_secs(1))\n        .test_on_check_out(true)\n        .max_size(15)\n        .build(connection_manager)\n        .expect(\"Pool\");\n\n    // Use pool...\n}\n```\n\n[r2d2]: https://github.com/sfackler/r2d2\n[influx_db_client]: https://github.com/driftluo/InfluxDBClient-rs]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwolf%2Fr2d2-influx_db_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbwolf%2Fr2d2-influx_db_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwolf%2Fr2d2-influx_db_client/lists"}