{"id":32285790,"url":"https://github.com/9clg6/neo4driver","last_synced_at":"2026-01-11T04:07:16.324Z","repository":{"id":46239294,"uuid":"493244059","full_name":"9clg6/Neo4Driver","owner":"9clg6","description":"Dart package for query Neo4J database","archived":false,"fork":false,"pushed_at":"2023-02-22T10:23:48.000Z","size":342,"stargazers_count":12,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-14T09:28:19.711Z","etag":null,"topics":["dart","database","flutter"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/neo4driver","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/9clg6.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2022-05-17T12:35:54.000Z","updated_at":"2023-12-17T09:13:55.000Z","dependencies_parsed_at":"2023-07-13T10:02:09.045Z","dependency_job_id":null,"html_url":"https://github.com/9clg6/Neo4Driver","commit_stats":null,"previous_names":["clementg63/neo4dart","9clg6/neo4driver"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/9clg6/Neo4Driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9clg6%2FNeo4Driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9clg6%2FNeo4Driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9clg6%2FNeo4Driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9clg6%2FNeo4Driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/9clg6","download_url":"https://codeload.github.com/9clg6/Neo4Driver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9clg6%2FNeo4Driver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280546411,"owners_count":26348723,"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-10-22T02:00:06.515Z","response_time":63,"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":["dart","database","flutter"],"created_at":"2025-10-23T01:51:51.295Z","updated_at":"2025-10-23T01:51:54.004Z","avatar_url":"https://github.com/9clg6.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Neo4Driver\n\n![enter image description here](https://github.com/ClementG63/Neo4Driver/blob/main/screenshots/neo4dart_splash.png?raw=true)\n\nNeo4Driver is a Dart driver for Neo4j. The library uses the Neo4J HTTP API database.\n\n## Installation\n\nAdd Neo4Driver to your project's  `pubspec.yaml`  file and run `pub get`:\n\n```yaml\ndependencies:\n  neo4driver: any\n```\n\n## Usage\n### Initialization :\n```dart\nNeoClient.withAuthorization(  \n  username: '{database_username}',  \n  password: '{database_password}',  \n  databaseAddress: 'http://{database_address}:7474/', \n  databaseName: '{database_name}',   \n);\n```\n\n### Usage post-initialization :\n```dart\nawait NeoClient().createRelationship(  \n  startNodeId: 1,  \n  endNodeId: 2,  \n  relationshipLabel: \"rel_label\",  \n  properties: {\n\t  \"Property1\": \"value1\",\n\t  \"Property2\": 2,\n  },  \n);\n```\n\n### Features\n\n - findRelationshipById\n - findAllRelationship\n - findRelationshipWithStartNodeIdEndNodeId\n - findRelationshipWithNodeProperties\n - isRelationshipExistsBetweenTwoNodes\n - updateNodeById\n - updateRelationshipById\n - findAllNodesByProperties\n - findAllNodes\n - findNodeById\n - findAllNodesByLabel\n - getNodesWithHighestProperty\n - computeShortestPathDijkstra\n - computeDistanceBetweenTwoPoints\n - createGraphProjection\n - createRelationship\n - createRelationshipFromNodeToNodes\n - createNodeWithNode\n - createNode\n - deleteNodeById\n - deleteAllNode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9clg6%2Fneo4driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F9clg6%2Fneo4driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9clg6%2Fneo4driver/lists"}