Changelog

What's new in SaturnSQL. New features, improvements, and bug fixes, updated as we ship.

Improved

  • Charts now draw one line per group.
  • Smoother chart lines.

New

  • Dashboard tiles: hover one to swap its report, change its chart type or open it in the editor.

New

  • Report charts: a report now draws itself, and you can override what it draws.
  • Dashboards: several reports on one page, with one shared filter bar and folders.

New

  • Query variables: write {{start_date}} in your SQL and fill in the value.
  • Reports: a saved query as a form and a table, without the SQL.
  • Viewer role: give someone reports without giving them the SQL editor.
  • Reports view: folders, search and descriptions, so a long list stays navigable.

Improvements

  • Queries now have two minutes to finish.
  • Opening a scheduled export now shows its recent runs, with durations and any errors.
  • A failing scheduled export is now marked in your saved query list.
  • Scheduled exports now retry 20 times before giving up.
  • Scheduled exports now have five minutes to finish.

Bug fixes

  • Scheduled exports no longer block each other on one database connection.

New features

  • Scheduled exports now accept any standard 5-field cron expression, so you can run a query as often as every 5 minutes instead of once an hour. Pick a cadence from the Hourly, Daily, Weekly and Monthly tabs, or open Advanced and write the expression yourself.
  • Cron expressions can also narrow when a schedule runs, not just how often. For example */15 6-18 * * 1-5 refreshes every 15 minutes from 06:00 to 18:59 on weekdays, and stays idle overnight and at the weekend.
  • Every schedule now carries its own timezone. Runs stay at the same local time through daylight saving changes, and the modal shows the next runs in that timezone with a "Show 5 more" link for as far ahead as you want to look.
  • Monthly schedules can now be set to the last day of the month, which lands correctly on 28, 30 or 31 depending on the month.

Improvements

  • Schedules created before this release keep running at exactly the same times and are shown in UTC, which is the timezone they were always stored in. Change the timezone on a schedule to see and set its times in your own.
  • Trials now tell you where you stand: a banner counts down the days remaining, and explains what changed if a trial ends.
  • When a trial ends, nothing is deleted and you are never locked out. Your account moves to the free plan, scheduled exports pause instead of being switched off, and everything resumes automatically when you subscribe.
  • You can now subscribe at any time after a trial ends. Previously a trial that ended without a card on file could leave the account unable to start a subscription.

New features

  • SaturnSQL now connects to your database from a static IP address, 100.49.19.161, so you can whitelist it in your firewall.

Improvements

  • Amazon RDS databases now connect with full SSL certificate verification. Previously they failed with "unable to get local issuer certificate" unless you allowed invalid certificates.
  • You can now paste a CA certificate in a connection’s Advanced settings, so databases that issue their own certificate authority (Google Cloud SQL, Aiven, DigitalOcean, self-hosted) can be verified instead of having certificate checks turned off.
  • New help article on SSL certificates: which databases need a CA certificate, where to find it, and what the common certificate errors mean.
  • The SQL Server option in connection setup is now labelled "SQL Server / MSSQL", and the connection form has fewer nested panels.

Improvements

  • Safer when two people work on the same query: you're warned before overwriting their changes.
  • New API keys come with a ready-to-paste prompt for coding agents.
  • A new Advanced section in connection settings lets you allow expired, self-signed, or mismatched SSL certificates.
  • New connections are read-only by default. Untick "Read-only mode" to allow writes.

New features

  • Google BigQuery is now supported as a source database, with a per-query scanned-bytes cap to keep costs predictable.
  • Slack integration: schedule query results to be posted to a Slack channel, on top of the existing Google Sheets export.
  • Two-factor authentication: protect your account with a TOTP authenticator app and backup codes. Enable it in your account settings.

Improvements

  • The schedule menu now lists Google Sheets and Slack as separate destinations.
  • Query folders are sorted alphabetically and their queries are indented for a clearer hierarchy.
  • Result cells use the full available column width.

New features

  • ClickHouse is now supported as a source database.
  • API keys with read, execute, and write scopes, so scripts and AI agents can use SaturnSQL programmatically.
  • New learn hub with 200 free SQL guides covering PostgreSQL, MySQL, BigQuery, and more.

Improvements

  • Hardened SQL Server connections with better timeouts and connection pooling.

New features

  • Import queries from other tools, and move or duplicate saved queries between folders.
  • Copy table DDL straight from the schema explorer.
  • Mobile: paste button in the SQL editor.

Bug fixes

  • Fixed cases where query edits could be lost or overwritten when switching tabs or when several people edited the same query.
  • Fixed read-only mode incorrectly rejecting WITH (CTE) queries.
  • Fixed schedules occasionally firing at the wrong time and showing stale badges.
  • Fixed duplicate saves of the same query and added an explicit save button.
  • Security hardening across sign-in, billing, and query execution.

Improvements

  • Easier scheduling of unsaved queries.
  • The editor remembers your last-used database connection.
  • Better connection testing and error messages.

Bug fixes

  • Mobile usability fixes.
  • Light theme readability fixes.

Improvements

  • Google Sheets access is now limited to the files you pick.

New features

  • Improved scheduling possibilities: hourly schedules, timezone picker, and manual runs.
  • Redesigned schedule export modal.

Improvements

  • Results stay visible while a query re-runs.

Bug fixes

  • Fixed the next-run time shown for schedules.

We ship often. Check back for the latest, or try SaturnSQL at saturnsql.com.