Download Amazon Timestream JDBC Driver

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

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

About the Amazon Timestream JDBC driver

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

The Amazon Timestream JDBC driver

Amazon Timestream is a fast, scalable, and serverless time-series database service built for IoT and operational applications on AWS. It automatically scales to adjust capacity and performance, storing and analyzing trillions of events per day. Timestream's built-in time-series analytics functions make it straightforward to query measures and dimensions across time windows.

The Amazon Timestream JDBC URL

  • Required File(s): timestream-jdbc-xxx.jar
  • Java Driver Class: software.amazon.timestream.jdbc.TimestreamDriver
  • JDBC URL: jdbc:timestream://Region={REGION};Database={DB}
  • Website: Amazon Timestream Documentation

Requires AWS access key ID, secret access key, and region specification. The default port is 443 (HTTPS). Credentials can also be supplied via IAM roles or environment variables, making it straightforward to integrate with AWS-managed infrastructure without hardcoding secrets.

DbSchema and Amazon Timestream

DbSchema connects to Amazon Timestream using the JDBC driver, allowing you to browse time-series tables, visualize their measures and dimensions, and run SQL queries against IoT and telemetry datasets. Use the SQL editor to write time-series analytics with functions like ago() and bin().

Test the driver with DbSchema

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

1
Download driver & DbSchema

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

Use Amazon Timestream 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 Amazon Timestream 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 Amazon Timestream guide

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

Other drivers teams often configure alongside Amazon Timestream.

Browse all JDBC driver downloads

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

Browse all 100+ supported databases