Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SQLite ManagerNew to Visual Studio Code? Get it now.
SQLite Manager

SQLite Manager

Pradip Parajuli

|
1 install
| (0) | Free
A proper SQLite manager for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open a .db, .sqlite, or .sqlite3 file in VS Code.
  2. The manager will open automatically.
  3. Use the sidebar to switch tables.
  4. Click "SQL" in the sidebar to run custom queries.

Development

  1. Run npm install
  2. Run npm run compile to build.
  3. Press F5 to start debugging.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft