SQLite Manager for VS Code
A proper SQLite manager for VS Code.
Features
- Table List: View all tables in your database.
- Data Viewer: View data in a grid.
- Edit Data: Double-click a cell to edit and save.
- Delete Rows: Delete rows easily.
- SQL Query: Run custom SQL queries.
- Portability: Uses
sql.js (WASM), so it works without native compilation issues.
Usage
- Open a
.db, .sqlite, or .sqlite3 file in VS Code.
- The manager will open automatically.
- Use the sidebar to switch tables.
- Click "SQL" in the sidebar to run custom queries.
Development
- Run
npm install
- Run
npm run compile to build.
- Press
F5 to start debugging.
| |