Download the Couchbase 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 Couchbase.
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 Couchbase driver uses its own syntax — see the connection details below.
Couchbase is a distributed NoSQL cloud database that combines the flexibility of JSON document storage with the power of SQL-like querying via N1QL. It is designed for mission-critical applications requiring high availability, elastic scalability, and low-latency data access. Couchbase supports key-value, document, full-text search, analytics, and eventing workloads in a single platform.
The JDBC driver connects to the Couchbase Analytics Service on port 8095 (or the Query Service on port 8093 for N1QL). Authentication uses a Couchbase username and password. Ensure the Analytics or Query service is enabled on your cluster before connecting.
The JDBC driver talks to Couchbase Analytics, which is a separate service from the key-value and query services. It has to be running before any URL works.
Confirm the Analytics port against your cluster's configuration — Couchbase assigns a different port to each service, and a secure cluster moves them again.
DbSchema connects to Couchbase via its JDBC driver, allowing visualization of bucket and collection schemas, N1QL query authoring in the SQL editor, and interactive browsing of JSON document collections through the data explorer.
Connect Couchbase, build your first ER diagram in minutes. No account required.
Get the Couchbase 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 Couchbase, 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 Couchbase 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 Couchbase.
Teams working with Couchbase often use these engines too. Explore dedicated guides and JDBC setup for each.