{"id":15681494,"url":"https://github.com/flosse/r2d2-cypher","last_synced_at":"2025-04-19T20:31:04.866Z","repository":{"id":62443496,"uuid":"44847577","full_name":"flosse/r2d2-cypher","owner":"flosse","description":"Cypher support for the r2d2 connection pool","archived":false,"fork":false,"pushed_at":"2017-12-06T10:41:01.000Z","size":8,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T12:01:27.933Z","etag":null,"topics":["cypher","graph-database","maintainer-wanted","neo4j","r2d2","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flosse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-24T01:42:00.000Z","updated_at":"2021-10-16T22:18:54.000Z","dependencies_parsed_at":"2022-11-01T22:16:22.058Z","dependency_job_id":null,"html_url":"https://github.com/flosse/r2d2-cypher","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flosse%2Fr2d2-cypher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flosse%2Fr2d2-cypher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flosse%2Fr2d2-cypher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flosse%2Fr2d2-cypher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flosse","download_url":"https://codeload.github.com/flosse/r2d2-cypher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223806487,"owners_count":17205982,"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":["cypher","graph-database","maintainer-wanted","neo4j","r2d2","rust"],"created_at":"2024-10-03T16:55:34.210Z","updated_at":"2024-11-09T09:05:34.512Z","avatar_url":"https://github.com/flosse.png","language":"Rust","readme":"# r2d2_cypher\n\n[r2d2-cypher](https://github.com/flosse/r2d2-cypher) is a\n[r2d2](https://github.com/sfackler/r2d2) connection pool for\n[rusted-cypher](https://github.com/livioribeiro/rusted-cypher).\n\n[![](http://meritbadge.herokuapp.com/r2d2_cypher)](https://crates.io/crates/r2d2_cypher)\n[![Build Status](https://travis-ci.org/flosse/r2d2-cypher.svg?branch=master)](https://travis-ci.org/flosse/r2d2-cypher)\n\n## Example\n\n```rust\nextern crate r2d2;\nextern crate r2d2_cypher;\n\nuse r2d2::{Config, Pool};\nuse r2d2_cypher::CypherConnectionManager;\n\npub fn main() {\n  let db_url  = \"http://neo4j:neo4j@127.0.0.1:7474/db/data\";\n  let manager = CypherConnectionManager{url:db_url.to_owned()};\n  let config  = Config::builder().pool_size(5).build();\n  let pool    = Pool::new(config, manager).unwrap();\n  let client  = pool.clone().get().unwrap();\n  let result  = client.cypher().exec(\"MATCH (n)-[r]-\u003e() RETURN n\");\n}\n```\n\n## License\n\nThis project is licensed under the MIT license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflosse%2Fr2d2-cypher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflosse%2Fr2d2-cypher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflosse%2Fr2d2-cypher/lists"}