Neo4j::Driver::Type::Temporal - Represents a Neo4j temporal value
version 0.40
Represents a date, time or duration value in Neo4j.
Temporal types are only supported in Neo4j version 3.4 and above.
Neo4j::Driver::Type::Temporal is not yet implemented.
The package name Neo4j::Driver::Type::Temporal may change in future.
Neo4j::Driver::Type::Temporal
Temporal types may not work over a Bolt connection, because they are not yet supported by libneo4j-client (#36), which Neo4j::Bolt depends on internally. Use HTTP instead.
libneo4j-client
Neo4j::Driver
"Temporal values" in Neo4j Cypher Manual
Arne Johannessen <ajnn@cpan.org>
If you contact me by email, please make sure you include the word "Perl" in your subject header to help beat the spam filters.
This software is Copyright (c) 2016-2023 by Arne Johannessen.
This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0 or (at your option) the same terms as the Perl 5 programming language system itself.
To install Neo4j::Driver, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Neo4j::Driver
CPAN shell
perl -MCPAN -e shell install Neo4j::Driver
For more information on module installation, please visit the detailed CPAN module installation guide.