Features
Pricing
Blog
Docs
Install DBCode →
{ $focus.focus(document.querySelector('.pagefind-ui__search-input'));});" class=" hidden">
Changelog
0.17.1
2024-08-01
Fixed
Icon added for Notebooks.
SQLite/libSQL now shows row counts for tables in the explorer.
0.17.0
2024-07-30
Changed
@dbcode has been added as a chat participant if you have the Github Copilot extension installed.
You can right-click on a supported database file (.db) and choose to open it in DBCode.
Autocomplete now works in notebook cells.
Fixed
The data grid now uses the editor font for cell values.
Data grid column widths are now limited to prevent excessive length when the table has many columns.
Data grid charts now correctly display numeric values for series data.
0.16.2
2024-07-25
Changed
Added support for removing a group of connections from the explorer, as well as removing a single connection from a group in the explorer.
Switched to a universal build. Binary packages will be downloaded as needed instead of being included in the extension.
Added cloud providers to the connection picker.
Fixed
Postgres databases in some cases were not displaying results.
0.16.1
2024-07-22
Changed
Updated SQLite driver.
Results can now render hundreds of megabytes of data.
Fixed
MySQL/MariaDB connections were not using the connection timeout setting.
MySQL/MariaDB connections would not show the correct error message when the connection failed.
MySQL/MariaDB connections show better SQL errors.
0.16.0
2024-07-17
Changed
Added Azure cloud provider, supports Azure SQL, Azure Postgres and Azure MySQL via Microsoft Entra ID authentication.
Added support for Microsoft Entra authentication to Azure SQL connections.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18