Neo4j::Driver 1.02

This software is a community driver for the Neo4j <https://neo4j.com/> graph
database server. It is designed to follow the Neo4j Driver API, allowing
clients to interact with a Neo4j server using the same classes and method
calls as the official Neo4j drivers do. This extends the uniformity across
languages, which is a stated goal of the Neo4j Driver API, to Perl.

More information about this software:
https://metacpan.org/dist/Neo4j-Driver


INSTALLATION

The recommended way to install this Perl module distribution is directly
from CPAN with whichever tool you use to manage your installation of Perl.
For example:

  cpanm Neo4j::Driver

If you already have downloaded the distribution, you can alternatively
point your tool directly at the archive file or the directory:

  cpanm Neo4j-Driver-1.02.tar.gz

You can also install the module manually by following these steps:

  perl Makefile.PL
  make
  make test
  make install

See https://www.cpan.org/modules/INSTALL.html for general information
on installing CPAN modules.


COPYRIGHT AND LICENSE

This software is Copyright (c) 2016-2024 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.