Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 910 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 910 Bytes

SQLite Viewer for VS Code

A quick and easy SQLite viewer for VS Code, inspired by DB Browser for SQLite and Airtable.

Sqlite Viewer Demo


Features

  • Platform-independent, no native dependencies — it even works in VS Code for Web
  • File extension association: Just click on a .sqlite or .db file and the custom viewer opens
  • Fast UI with virtualized scrolling, sorting, filtering, etc.
  • Seamlessly integrates with VS Code and matches your color theme

Caveats

  • Cached and Readonly!
  • Files must be less than 2GB and are loaded into system memory
  • No query runner
  • Includes paid upgrade and sponsored content

You can now use this extension as a standalone web app at sqliteviewer.app. Inspect .sqlite files from any machine, no installation or file upload required.