-
-
12 Apr 2020 14:43:31 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (221 / 1 / 11)
- Kwalitee
Bus factor: 2- 88.73% Coverage
- License: artistic_2
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (61KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Changes for version 0.16 - 2020-04-12
- REMINDER: Neo4j::Driver 0.13 deprecated the old syntax to access nodes, relationships and paths. You need to use the new accessor methods introduced in 0.13, or else your code will fail with a future version of this software.
- add experimental option to select a database specified by name (Neo4j 4)
- fix handling of outdated JSON module versions
Documentation
Modules
Perl implementation of the Neo4j Driver APIContainer for Cypher result valuesStructure definition of Cypher result valuesDetails about the result of running a statementContext of work for database interactionsResult of running a Cypher statement (a stream of records)Statement statisticsLogical container for an atomic unit of workAdapter for Neo4j::BoltAdapter for the Neo4j Transactional HTTP APIDescribes a node from a Neo4j graphDirected sequence of relationships between two nodesRepresents a Neo4j spatial point valueDescribes a relationship from a Neo4j graphRepresents a Neo4j temporal valueModule Install Instructions
To install Neo4j::Driver, copy and paste the appropriate command in to your terminal.
cpanm Neo4j::Driver
perl -MCPAN -e shell install Neo4j::Driver
For more information on module installation, please visit the detailed CPAN module installation guide.