https://github.com/thegera4/sqlite-viewer
This is a simple SQLite viewer/browser extension for VSCode.
https://github.com/thegera4/sqlite-viewer
html sqlite typescript vscode vscode-extension
Last synced: 5 months ago
JSON representation
This is a simple SQLite viewer/browser extension for VSCode.
- Host: GitHub
- URL: https://github.com/thegera4/sqlite-viewer
- Owner: thegera4
- License: mit
- Created: 2024-04-30T23:39:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T20:43:59.000Z (over 1 year ago)
- Last Synced: 2025-06-12T13:49:11.410Z (8 months ago)
- Topics: html, sqlite, typescript, vscode, vscode-extension
- Language: HTML
- Homepage: https://marketplace.visualstudio.com/items?itemName=JuanGerardoMedellinIbarra.sqlite-viewer-browser
- Size: 88.9 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# sqlite-viewer extension
See and manage your SQLite databases easily.
## Features
The extension allows you to view (browse) SQLite databases to see the data and to perform some basic operations like update, delete and insert data (you do not need any SQL at all).
The user interface was made with HTML/CSS/Javascript. You can install the extension from the Visual Studio Code marketplace:
or from the 'Extensions' option in the side menu in your VSCode (search for 'Sqlite Viewer-Browser'). I made this application as a personal tool to work with sqlite databases.

## Release Notes
This is my first extension for VSCode. I appreciate any feedback or contribution to improve the project.
I made this project as a personal tool because I'm always looking for an application to view my SQLite databases, and I normally do not want to download and install anything on my computer, so I decided to make this application directly for VSCode.
### 1.0.1
Updated README file with a nice .gif and updated some spaces between some components in the ui.
### 1.0.0
Initial release
**Enjoy!**