SQLite Forum

How to run SQLite under VSCode
Login

How to run SQLite under VSCode

(1) By RTAN2010 (rtan2010) on 2020-03-29 14:14:12 [link] [source]

Hello,

I am new to CQLite.  I have installed the most recent version (3.31.1) and it works fine with the CMD.exe as the shell.

I was wondering if anyone has set up SQLite to run as a terminal in the VSCode IDE environment -- where the upper half of your screen is your code and the VSCode editor, and the lower half is SQLite executing the code being editted/tested.  I have found an "extension" for SQLite in VSCode, but apparently this per se is insufficient. 

I am obviously missing some knowledge on setting up SQLite for the VSCode environment.  Would be grateful for any guidance and assistance.

The SQLite extension for VSCode is at:

https://marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite&ssr=false#qna

Many thanks in advance.

(2) By anonymous on 2021-02-28 00:37:52 in reply to 1 [source]

Click here

The first image in this page reveals that it could simply open a database, and on running, the below will show errors/tables generated.