Installing SQLite3 on Windows

Dendi Handian - Feb 12 '23 - - Dev Community

Downloading SQLite binary

Go to sqlite.org/download.html, choose sqlite-tools-win32-x86-*******.zip to download.

sqlite windows binary download links

Copy binary to installation folder

Create a folder inside C:\Program Files named sqlite. Extract the downloaded zip and put all three binary files in this folder.

sqlite binary in windows

Add path for sqlite binary

Hit Windows key and find for edit the system environment variables control panel shortcut and open it.

Go to environment variables, chose Path variable and add C:\Program Files\sqlite to the path.

adding sqlite3 path

Verify Installation

Open new command prompt (cmd) and execute this to check sqlite3 version and confirm the installation:

sqlite3 --version
Enter fullscreen mode Exit fullscreen mode

sqlite3 --version

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player