Download Neo4j JDBC Driver

Download the Neo4j JDBC driver, copy the JDBC URL into DbSchema, and start designing schemas with ER diagrams — free Community Edition.

Connect Neo4j in DbSchema Install the driver, open a connection, reverse engineer your schema, and sync changes visually.

About the Neo4j JDBC driver

A JDBC driver is a Java .jar library that lets applications connect to Neo4j. DbSchema uses JDBC to reverse engineer schemas, run SQL, and generate documentation. Driver files are usually published by the database vendor or an open-source project.

JDBC URL format

Host, port, database name, and SSL options are passed in a URL starting with jdbc:. Each Neo4j driver uses its own syntax — see the connection details below.

The Neo4j JDBC driver

Neo4j is the world's leading graph database, storing data as nodes and relationships that model highly connected domains naturally without costly joins. It powers applications in fraud detection, knowledge graphs, recommendation engines, and network analysis where relationships between entities are first-class data. Neo4j supports the Cypher query language and also exposes a JDBC-compatible interface for SQL tooling integration.

The Neo4j JDBC URL

  • Required File(s): neo4j-jdbc-driver-xxx.jar
  • Java Driver Class: org.neo4j.jdbc.Driver
  • JDBC URL: jdbc:neo4j://{HOST}:{PORT}
  • Website: Neo4j

The Neo4j JDBC driver communicates over the Bolt protocol on port 7687. For Neo4j AuraDB (cloud), use the Bolt+Routing URL: jdbc:neo4j+s://xxxxx.databases.neo4j.io. Authentication uses the standard Neo4j username and password credentials.

DbSchema and Neo4j

DbSchema connects to Neo4j via the Neo4j JDBC driver wrapping the Bolt protocol, enabling visualization of node label schemas and relationship types, and Cypher query execution through the SQL editor interface for graph database management teams.

Test the driver with DbSchema

Connect Neo4j, build your first ER diagram in minutes. No account required.

1
Download driver & DbSchema

Get the Neo4j driver zip below and install DbSchema for Windows, macOS, or Linux.

2
Register the .jar

In DbSchema, open Driver Manager, add the extracted JAR, and paste your JDBC URL.

3
Design & document

Reverse engineer Neo4j, edit the model visually, and publish schema documentation.

Use Neo4j visually in DbSchema

After the JDBC driver connects, you get ER diagrams, SQL editor, schema sync, and HTML documentation in one desktop app. Compare DbSchema editions.

ER diagrams

Reverse engineer Neo4j into an interactive diagram and edit structures visually.

SQL & query builder

Run SQL with autocomplete or compose queries without writing every join by hand.

Schema documentation

Export HTML docs your team can browse without installing DbSchema.

Full Neo4j guide

Connection tips, ports, SSL, and schema design workflows on the database landing page.

Other drivers teams often configure alongside Neo4j.

Browse all JDBC driver downloads

Teams working with Neo4j often use these engines too. Explore dedicated guides and JDBC setup for each.

Browse all 100+ supported databases