Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SQLite Runner LSPNew to Visual Studio Code? Get it now.
SQLite Runner LSP

SQLite Runner LSP

phil294

| (0) | Free
Runs SQL files against SQLite and shows errors in real-time
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SQLite Runner LSP

A very simple VSCode extension (and LSP) that validates SQL files by running them against a temporary SQLite database in real-time.

demo showing parse error and syntax error

Usage

  1. You need to have sqlite3 as a global executable available in your $PATH.
  2. Open any .sql or .sqlite file (they will be recognized as sqlite language)
  3. Start writing SQL statements
  4. Errors will appear inline as you type

Each validation run creates a fresh temporary database, so you can test CREATE TABLE statements and other DDL without conflicts.

There are no configurable options.

Development for VSCode extension

Run npm i and then launch Client + Server

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft