-
-
23 Feb 2020 04:13:17 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (340 / 16 / 22)
- Kwalitee
Bus factor: 2- % Coverage
- License: artistic_2
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (60.08KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Changes for version 0.15 - 2020-02-20
- 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.
- support for secure communication using TLS encryption
- add stable support for the Bolt protocol
- remove XS dependency to support Pure Perl environments (HTTP only)
- improve performance of running queries over HTTP
- improve robustness of URL parsing
- deprecate experimental mutability of auth credentials after session creation
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.