Download the Neo4j JDBC driver, copy the JDBC URL into DbSchema, and start designing schemas with ER diagrams — free Community Edition.
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.
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.
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 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 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.
Connect Neo4j, build your first ER diagram in minutes. No account required.
Get the Neo4j driver zip below and install DbSchema for Windows, macOS, or Linux.
In DbSchema, open Driver Manager, add the extracted JAR, and paste your JDBC URL.
Reverse engineer Neo4j, edit the model visually, and publish schema documentation.
After the JDBC driver connects, you get ER diagrams, SQL editor, schema sync, and HTML documentation in one desktop app. Compare DbSchema editions.
Reverse engineer Neo4j into an interactive diagram and edit structures visually.
Run SQL with autocomplete or compose queries without writing every join by hand.
Export HTML docs your team can browse without installing DbSchema.
Connection tips, ports, SSL, and schema design workflows on the database landing page.
Other drivers teams often configure alongside Neo4j.
Teams working with Neo4j often use these engines too. Explore dedicated guides and JDBC setup for each.