We're live on Product Hunt! If you're enjoying db-studio, support us with an upvote.Upvote us!
Apr 30, 2026
v1.7.12

Improved spacing in the table tab layout with enhanced bottom padding for better visual definition and separation

πŸš€ Features

  • β€’ Improved spacing in the table tab layout with enhanced bottom padding for better visual definition and separation - @MohmedAref31
Apr 28, 2026
v1.7.11

Add hover copy button for table cells to copy the cell value

πŸš€ Features

Apr 26, 2026
v1.7.10

Reorganized MongoDB database access layer into modular components for improved maintainability and clarity of database operations

πŸ”§ Improvements

  • β€’ Reorganized MongoDB database access layer into modular components for improved maintainability and clarity of database operations - @Youssef-joe
Apr 25, 2026
v1.7.9

Foreign key columns now support an interactive drawer to browse related table data

πŸš€ Features

  • β€’ New drawer component for improved data visualization - @husamql3

πŸ› Bug Fixes

  • β€’ Fix the rate limit logic in the chat sidebar - @amrable
  • β€’ Hide the drawer if there is no data to display - @Amirosagan
Apr 24, 2026
v1.7.5

Revive chat sidebar and align with local dev

πŸš€ Features

  • β€’ Revived chat sidebar and is now scoped to the selected database - @amrable

πŸ› Bug Fixes

  • β€’ Fix custom server port configuration not working - @husamql3
Apr 23, 2026
v1.7.4

Table sidebar now displays schema names for better organization

πŸš€ Features

  • β€’ Added schema dropdown to the table sidebar for better organization - @Amirosagan

πŸ”§ Improvements

  • β€’ Display database connection errors in frontend root route - @husamql3
Apr 12, 2026
v1.7.0

Support MSSQL and MongoDB databases

πŸš€ Features

  • β€’ Added Microsoft SQL Server (MSSQL) database support - @Amirosagan
  • β€’ Added MongoDB database support - @Youssef-joe

πŸ”§ Improvements

  • β€’ Improved API base URL detection to dynamically adapt to runtime environment, with fallback support for default configurations - @xaaksw

πŸ› Bug Fixes

  • β€’ Enhanced GitHub Actions workflows with concurrency controls to prevent overlapping automated pull request creation jobs - @xaaksw
  • β€’ Fixed table cell display to properly handle and render non-primitive object values - @husamql3
Apr 8, 2026
v1.5.1

Schema tab column editing

πŸš€ Features

  • β€’ Added schema tab column management with support for adding, editing, renaming, and dropping columns directly from the table structure view - @husamql3

πŸ”§ Improvements

  • β€’ Updated the table actions flow so the Edit table menu item opens the schema editor for the selected table - @husamql3
  • β€’ Added a report a bug button to the header to create a new GitHub issue - @husamql3
Mar 2, 2026
v1.4.0

Support MySQL database

πŸš€ Features

  • β€’ Added MySQL database support alongside PostgreSQL - @husamql3

πŸ› Bug Fixes

  • β€’ Improved database connection error detection and messaging - @husamql3
Feb 20, 2026
v1.3.33

Add table actions menu

πŸš€ Features

  • β€’ Add table menu with delete table feature (with support for foreign key constraints) and copy table schema feature, export table data feature (CSV, JSON, Excel) - @husamql3
  • β€’ Add bulk insert records feature by CSV, JSON, or Excel files in the table tab - @Youssef-joe

πŸ”§ Improvements

  • β€’ Improved error message for unsupported database types - @husamql3
  • β€’ Added the init-db script to initialize the database for local development - @Youssef-joe
  • β€’ Added confirmation dialog for delete record feature in the table tab - @husamql3
  • β€’ Added tooltip for the primary key and foreign key columns in the table tab - @husamql3
  • β€’ Added preset row count options to the table footer - @husamql3

πŸ› Bug Fixes

  • β€’ Improved database initialization and selection flow - @husamql3
  • β€’ Fix retriving the row count of the tables - @husamql3
Jan 27, 2026
v1.2.21

πŸš€ Features

  • β€’ Add delete column feature in the table tab - @husamql3
  • β€’ Add export table data to CSV or Excel files feature in the table tab - @Zeyad-F16

πŸ”§ Improvements

  • β€’ Used turbo to run and build the project - @husamql3
  • β€’ Implemented shared package to share code between the packages - @husamql3
Jan 13, 2026
v1.2.6

Implement the AI chat assistant

πŸš€ Features

  • β€’ Added AI chat assistant that helps users ask natural language questions about their data - @husamql3
  • β€’ Uses the user's database schema as context for more accurate and relevant responses; limited to 5 messages per day - @husamql3
Jan 11, 2026
v1.1.4

Support multiple databases from same host

πŸš€ Features

  • β€’ Allow users to add the database server link and switch between multiple databases on the same host - @Amirosagan

πŸ”§ Improvements

  • β€’ Improved date/time input handling and timestamp field UI for better accuracy - @saraanbih

πŸ› Bug Fixes

  • β€’ Fix the bug where displaying the Add Table sheet was not working - @husamql3
  • β€’ Fix the copy button in the landing page CodeBlockTabs component - @husamql3
Jan 7, 2026
v1.1.0

Implement the runner tab

πŸš€ Features

  • β€’ New SQL query runner with Monaco editor featuring PostgreSQL syntax highlighting, autocomplete, and code snippets - @husamql3
  • β€’ Query execution with results displayed in both table and JSON formats, including execution time and row count - @husamql3
  • β€’ Query management with save, favorite, and format features, plus keyboard shortcuts for quick access - @husamql3
Dec 29, 2025
v1.0.0

Initial Release