Download the Amazon Timestream 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 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.
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.
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.
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 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().
Connect Amazon Timestream, build your first ER diagram in minutes. No account required.
Get the Amazon Timestream 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 Amazon Timestream, 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 Amazon Timestream 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 Amazon Timestream.
Teams working with Amazon Timestream often use these engines too. Explore dedicated guides and JDBC setup for each.