SQLite DB ViewerSQLite DB Viewer is a professional, feature-rich database explorer for Visual Studio Code. View, analyze, filter, and edit SQLite databases ( Quick Demo
Features at a Glance
Detailed Feature GuideTable ManagementManage your database schema with ease. Create new tables, add columns, or delete tables entirely. Creating a TableUse the "Create Table" button in the sidebar to open the table creation modal. Define your table name, add multiple columns (with name and type), and optionally designate a Primary Key.
Adding Columns to an Existing TableRight-click on any table in the sidebar and select "Add Column". The modal allows you to add one or more columns at once, each with a name and data type.
Deleting a TableRight-click on the table name and select "Delete Table". A confirmation dialog will appear to prevent accidental deletions.
Row ManagementFull control over your data rows with intuitive add, edit, and delete operations. Adding a New RowClick the "+ Add Row" button at the bottom of the data grid (or in the toolbar). A modal will appear with input fields for each column. Fill in the values and click "Add" to insert the new row.
Editing a RowDouble-click on any cell to open the Edit Row modal. All columns are displayed in a form, and you can modify any value. Changes are validated in real-time (e.g., duplicate Primary Key detection).
Deleting a RowRight-click on a row to open the context menu, then select "Delete Row". A confirmation dialog will show the row's Primary Key or RowID for clarity.
Advanced FilteringFind the data you need quickly with powerful search capabilities. Global SearchThe search bar in the toolbar filters rows across all columns instantly. Simply type your query and watch the grid update in real-time. Column-Specific FilteringClick the filter icon on any column header to apply precise filters. Supported operators include:
Export OptionsExport your data or query results in industry-standard formats. Right-click on the data grid or use the toolbar to access export options.
Undo / RedoAll editing operations (insert, update, delete) are tracked. Use
Getting Started
Privacy and Security
Requirements
LicenseThis project is licensed under the MIT License. SupportIf you find this extension useful, consider supporting its development:
|







