Download the Neon 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 Neon.
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 Neon driver uses its own syntax — see the connection details below.
Neon is a serverless PostgreSQL platform that separates compute from storage, enabling instant branching of your database for development and testing workflows. Each branch maintains its own schema and data snapshot, making it ideal for CI/CD pipelines. Neon autoscales compute resources based on demand and scales to zero when idle.
Neon uses standard PostgreSQL port 5432. Connection strings are available in the Neon console per-branch. Append ?sslmode=require for SSL. For serverless/edge environments, Neon also offers a WebSocket-based connection. Use the pooler endpoint URL for applications that need connection pooling.
DbSchema connects to Neon serverless PostgreSQL using the standard PostgreSQL JDBC driver, enabling teams to visualize branch-specific schemas, compare schema differences between development and production branches, and run SQL queries directly against Neon databases.
Connect Neon, build your first ER diagram in minutes. No account required.
Get the Neon 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 Neon, 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 Neon 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 Neon.
Teams working with Neon often use these engines too. Explore dedicated guides and JDBC setup for each.