Skip to main content
Stay up to date

Release Notes

See what is new in Tabnyth. We ship updates to make your local database workflow faster, clearer, and safer.

0.1.9

Latestminor
Jun 28, 2026

One-Step License Setup & a Colorized CLI

Activating your license is now a single guided step in the terminal, and the CLI startup screen is easier to read with color-coded status. The npm page has also been refreshed with clearer docs and links to tabnyth.cloud.

  • `npx tabnyth setup` now prompts you to paste your license key and saves it to your project `.env` automatically
  • Existing `.env` contents are preserved when the key is written
  • The selected startup mode and an active license are highlighted in green
  • The "enter your license key" reminder is called out in yellow
  • Refreshed npm package page with clearer documentation and tabnyth.cloud links
CLILicenseSetup
Published

0.1.8

minor
Jun 26, 2026

Schema Explorer & Connection Profiles

A visual schema browser for Postgres and MongoDB, plus saved connection profiles so you can switch between databases without re-entering connection details.

  • Browse tables, collections, columns and indexes in a dedicated schema panel
  • Save multiple connection profiles and switch between them in one click
  • Quickly jump from a table in the schema view to its rows in the studio
  • Connection details are stored locally and never leave your machine
StudioSchemaConnections
Published

0.1.7

minor
Jun 25, 2026

Saved Queries & Query History

Save the SQL and Mongo queries you run most, revisit recent queries from history, and re-run any of them with a single click.

  • Save frequently used SQL and Mongo queries with a name
  • Browse recent query history and re-run any entry instantly
  • Export query results to CSV from the studio
  • History is kept locally per database connection
StudioQueriesHistory
Published

0.1.6

minor
Jun 24, 2026

Interactive CLI Startup, License Detection & UI Consistency

A redesigned CLI startup experience with interactive mode selection, license detection for edit mode, and typography updates that align the bundled package UI with the Tabnyth website.

  • Choose between View Mode and Edit Mode from the terminal using arrow keys
  • Edit Mode checks for a valid license key before launching the local studio
  • If no license is found, the studio still starts on localhost:5555 and shows an activation prompt with the active database URL
  • Bundled package typography now matches the Tabnyth website for a more consistent platform experience
CLILicenseUI
Published

0.1.5

minor
Jun 23, 2026

Native .env File Support for CLI Startup

Tabnyth can now load database connection strings directly from custom environment files, removing the need for extra helpers like dotenv-cli in npm scripts.

  • Pass an environment file and variable name directly to the CLI
  • Resolve database URLs from files such as `.env.dev` before starting the local studio
  • Simplifies project setup and reduces extra configuration in package scripts
CLIEnvironmentDeveloper experience
Published

0.1.3

minor
Jun 22, 2026

Core package release

Published Tabnyth package updates for the local MongoDB and Postgres studio, with the public package metadata and install flow in place.

  • Core CLI package remains driver-light
  • Local studio workflow for browse, query, search, and edit
  • Published in the initial `tabnyth` release line on npm
CorenpmPatch
Published

0.1.2

patch
Jun 22, 2026

Package polish and local workflow updates

A follow-up patch in the initial release line focused on smoothing the published package experience for local development teams.

  • Improved package readiness
  • Kept read-only mode as the default
  • Continued support for environment-variable based launch
PatchInstallSafety
Published

0.1.1

minor
Jun 22, 2026

Public adapter release

Published the database adapter split with dedicated public packages for Postgres and MongoDB alongside the core Tabnyth package.

  • Published `@tabnyth/postgres`
  • Published `@tabnyth/mongodb`
  • Kept database drivers outside the core package
AdaptersPostgresMongoDB
Published

0.1.0

major
Jun 21, 2026

Initial Tabnyth release

The first public release of Tabnyth Studio: a small local database studio for developers working with MongoDB and Postgres.

  • Localhost web UI for database browsing
  • Guarded SQL and Mongo query execution
  • Write operations disabled unless explicitly enabled
InitialStudioRead-only
Published
Showing all published releases