Features
Pricing
Blog
Docs
Install DBCode →
{ $focus.focus(document.querySelector('.pagefind-ui__search-input'));});" class=" hidden">
Changelog
0.9.0
2024-05-01
Changed
Data within a table can now be edited, added, or deleted, with changes saved directly back to the database.
Fixed
Opening a table sometimes did not render the data.
SQL Server displayed incorrect lengths for nvarchar and nchar datatype columns.
0.8.2
2024-04-25
Changed
Clicking on a table or view in the explorer now loads its data in a new tab.
Added setting
dbcode.maxRowsToFetch
to control the maximum number of rows fetched when opening a table.
0.8.1
2024-04-09
Changed
Added SSH Tunnels. Tunnels are automatically detected from ssh.config and can also be manually created.
Introduced a table icon to the results tab; clicking on this icon will pin the tab for easy access.
Fixed
Postgres: Ensure columns in indexes are displayed in the correct order, even when they differ from the table order.
0.8.0
2024-03-29
Changed
MariaDB support added.
Fixed
MySQL connections required SSL and would not work without SSL.
0.7.0
2024-03-28
Changed
MySQL support added.
Timescale support added.
Yugabute support added.
Renamed Primary Keys to Primary Key in the explorer.
Hovering over tables and views in the editor reveals column and table/view comments.
Fixed
When running multiple statements simultaneously, column names were missing from all results except the first.
Postgres failed to indicate when a primary column was utilized in a foreign key in the explorer.
Confirmation dialogs previously didn’t respond properly to users not making a choice and exiting via escape.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15