A very simple VSCode extension (and LSP) that validates SQL files by running them against a temporary SQLite database in real-time.
https://github.com/phil294/SQLite-Runner-LSP.git
A very simple VSCode extension (and LSP) that validates SQL files by running them against a temporary SQLite database in real-time.
From the VSCode Marketplace here or from Open VSIX here.
sqlite3 as a global executable available in your $PATH..sql or .sqlite fileCREATE TABLE statements and other DDL without conflicts.
There are no configurable options.
Run npm i and then launch Client + Server