# free-sqlite **Repository Path**: mirrors_trending/free-sqlite ## Basic Information - **Project Name**: free-sqlite - **Description**: Free SQLite for VSCode.Support writing SQL statements - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-04 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://marketplace.visualstudio.com/items?itemName=free-sqlite.free-sqlite) ### Open database Now! Browse all tables in your database in the right panel ![open](https://github.com/fjb040911/free-sqlite/blob/main/doc/open.gif?raw=true) ### Multiple files ![multiple](https://github.com/fjb040911/free-sqlite/blob/main/doc/multi.gif?raw=true) ### SQL Editor Automatically complete SQL keywords, table names, and fields ![editor](https://github.com/fjb040911/free-sqlite/blob/main/doc/select.gif?raw=true) ### 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 ![output](https://github.com/fjb040911/free-sqlite/blob/main/doc/oupput.png?raw=true) ### Favorite Quickly execute or view your frequently used SQL ![favorite](https://github.com/fjb040911/free-sqlite/blob/main/doc/favoites.gif?raw=true) ### Export ![export](https://github.com/fjb040911/free-sqlite/blob/main/doc/expot.gif?raw=true)