Database Navigator for VS Code
Connect, query and export SQLite & MySQL — in VS Code.
Database Navigator for VS Code allows developers to connect, query, and export data from SQLite and MySQL databases directly within VS Code.
No external tools. No config hell. Just connect → write → run → export.
Screenshot

Features
- Connect to SQLite (file picker) & MySQL (form)
- Full SQL editor with Run (button) & Run Selection
- Select & run queries from your code
- Live results panel with Export CSV / JSON
- Query History (re-run any past query)
- Table → click → instant
SELECT * FROM table LIMIT 100
- Play icon on tables/views
- Lightweight and fast
- Zero dependencies
Usage
- Open the Database Navigator sidebar.
- Click "Add Connection" to connect to your SQLite or MySQL database.
- Run queries and export results as needed.
- Click New Query
- Write SQL → click Run Query
- Results appear instantly
- Export with one click
Commands
Database Navigator: Add Connection
Database Navigator: New Query
Database Navigator: Run Query
Database Navigator: Run Selection
Release Notes
See CHANGELOG.md
Made with ❤️ by CodeUnit-TL
| |