Releases: zknpr/SQLite-Explorer
Releases · zknpr/SQLite-Explorer
Release list
v1.1.1
SQLite Explorer v1.1.1
See CHANGELOG.md for details.
Installation
Download the .vsix file and install it in VS Code:
- Open VS Code
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) - Type "Install from VSIX"
- Select the downloaded file
v1.1.0
v1.0.11
SQLite Explorer v1.0.11
See CHANGELOG.md for details.
Installation
Download the .vsix file and install it in VS Code:
- Open VS Code
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) - Type "Install from VSIX"
- Select the downloaded file
v1.0.10
SQLite Explorer v1.0.10
See CHANGELOG.md for details.
Installation
Download the .vsix file and install it in VS Code:
- Open VS Code
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) - Type "Install from VSIX"
- Select the downloaded file
v1.0.9
SQLite Explorer v1.0.9
See CHANGELOG.md for details.
Installation
Download the .vsix file and install it in VS Code:
- Open VS Code
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) - Type "Install from VSIX"
- Select the downloaded file
v1.0.8
SQLite Explorer v1.0.8
See CHANGELOG.md for details.
Installation
Download the .vsix file and install it in VS Code:
- Open VS Code
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) - Type "Install from VSIX"
- Select the downloaded file
v1.0.7
SQLite Explorer v1.0.7
See CHANGELOG.md for details.
Installation
Download the .vsix file and install it in VS Code:
- Open VS Code
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) - Type "Install from VSIX"
- Select the downloaded file
v1.0.6
SQLite Explorer v1.0.6
See CHANGELOG.md for details.
Installation
Download the .vsix file and install it in VS Code:
- Open VS Code
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) - Type "Install from VSIX"
- Select the downloaded file
v1.0.5
SQLite Explorer v1.0.5
See CHANGELOG.md for details.
Installation
Download the .vsix file and install it in VS Code:
- Open VS Code
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) - Type "Install from VSIX"
- Select the downloaded file
v1.0.4
Fix: resolve "no such column: rowid" error for SQL views Views don't have a rowid column like tables do. Added helper functions to abstract row data access and generate synthetic IDs for views. v1.0.4 Co-Authored-By: Claude <noreply@anthropic.com>