Download ScyllaDB JDBC Driver

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

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

About the ScyllaDB JDBC driver

A JDBC driver is a Java .jar library that lets applications connect to ScyllaDB. 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 ScyllaDB driver uses its own syntax — see the connection details below.

The ScyllaDB JDBC driver

ScyllaDB is a high-performance, Cassandra-compatible NoSQL database written in C++, offering significantly lower latency and higher throughput than Apache Cassandra due to its shard-per-core architecture. It is used for high-throughput workloads like ad targeting, IoT telemetry, and real-time leaderboards.

ScyllaDB is wire-compatible with Cassandra. For connecting we use our own open-source JDBC driver, available on GitHub.

The ScyllaDB JDBC URL

  • Required File(s): scylladb-driver.jar
  • Java Driver Class: com.dbschema.ScyllaDB.JdbcDriver
  • JDBC URL: jdbc:scylladb://host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[keyspace];dataCenter[&options]]
  • Website: DbSchema.com

The driver is written on top of the native ScyllaDB Java Driver. For connecting to multiple hosts you can pass an URL like: jdbc:scylladb://host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[keyspace];dataCenter[&options]]

Find the DataCenter using nodetool status or nodetool -h ::FFFF:127.0.0.1 status

Connecting to ScyllaDB with SSL

Connecting using SSL is possible setting the parameters: javax.net.ssl.trustStore=/path/to/client.truststore&javax.net.ssl.trustStorePassword=password123& javax.net.ssl.keyStore=/path/to/client.keystore&javax.net.ssl.keyStorePassword=password123
These parameters can be also set in DbSchema.vmoptions file in the installation folder or ./DbSchema.app/Contents/vmoptions.txt on Mac OS, and add:

    -Djavax.net.ssl.trustStore=/path/to/client.truststore
    -Djavax.net.ssl.trustStorePassword=password123
    # If you're using client authentication:
    -Djavax.net.ssl.keyStore=/path/to/client.keystore
    -Djavax.net.ssl.keyStorePassword=password123
    

Downloading the ScyllaDB JDBC Driver

Download ScyllaDB JDBC Driver

The driver archive is a zip file. Unzip the downloaded archive to get the driver files. The driver source code can be found on GitHub repository. Check the GitHub link for details on how to use the driver and configure SSL.

The driver is written on top of the standard DataStax Java driver.

DbSchema and ScyllaDB

ScyllaDB is wire-compatible with Cassandra, so DbSchema connects using the Cassandra JDBC driver. Use DbSchema to browse ScyllaDB keyspaces, tables, and materialized views as visual schemas.

Test the driver with DbSchema

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

1
Download driver & DbSchema

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

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

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

Other drivers teams often configure alongside ScyllaDB.

Browse all JDBC driver downloads

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

Browse all 100+ supported databases