Download Couchbase JDBC Driver

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

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

About the Couchbase JDBC driver

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.

JDBC URL format

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.

The Couchbase JDBC driver

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 Couchbase JDBC URL

  • Required File(s): couchbase-jdbc-driver-xxx.jar
  • Java Driver Class: com.couchbase.jdbc.CouchbaseDriver
  • JDBC URL: jdbc:couchbase://{HOST}:{PORT}
  • Website: Couchbase

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.

DbSchema and Couchbase

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.

Test the driver with DbSchema

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

1
Download driver & DbSchema

Get the Couchbase 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 Couchbase, edit the model visually, and publish schema documentation.

Use Couchbase 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 Couchbase 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 Couchbase guide

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

Other drivers teams often configure alongside Couchbase.

Browse all JDBC driver downloads

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

Browse all 100+ supported databases