Free sqlite
VSCode extension to explore and query SQLite databases.
open-source and free.
✨ Features
- 📃 Open any SQLite file - Simply click on .sqlite or .db files to open them instantly
- 🛡 Table Explorer - Browse all tables in your database from an integrated sidebar
- 🌈 Data Visualization - View table data in a clean, modern interface that adapts to your VS Code theme
- 🖥 SQL automatically complete - SQL statement editor, Automatically complete SQL keywords, table names, and fields
- ❌ SQL error info - Execute query error information output display
- 📦 Query result export - The query results can be exported as Excel or CSV
- ❤️ Favorites - Collect some of your most commonly used SQL statements
How to use
Install
VSCode extension install!
Install free sqlite
Open database
Now! Browse all tables in your database in the right panel

Multiple files

SQL Editor
Automatically complete SQL keywords, table names, and fields

SQL Query error output
If there is an error when running SQL, you can see the error log through the following channels
Terminal>output>free sqlite

Favorite
Quickly execute or view your frequently used SQL

Export

| |