Company
Date Published
Author
Lorenzo Speranzoni
Word count
1199
Language
English
Hacker News points
None

Summary

The Neo4j JDBC driver is a Java library that enables developers to connect to a graph database using standard JDBC APIs. The driver allows any Java application to run Cypher queries against Neo4j via the standard JDBC API, providing a way for developers to integrate Neo4j with existing applications and tools. A new version of the driver has been released, which includes improvements such as support for the Bolt binary protocol and modularization, allowing for smaller dependencies and easier maintenance. The driver is now available for download on GitHub, and its development team is actively working on testing it with the newly released Neo4j 3.2.0 and adding new examples. The community is encouraged to provide feedback and report bugs through GitHub issues or by joining the neo4j-users Discord channel.