How To Install sqlite3 in windows 11 || Windows 10
Last updated
Last updated
Install SQLite3 on windows 11:
SQLite
is an open-source, zero-configuration, self-contained, stand-alone, transaction relational database engine designed to be embedded into an application.
Steps you need to follow for installation of sqlite3 on windows 11:
Step 1 β To SQLite3 download precompiled binaries for windows.
Step 2 β Create a folder C:\>sqlite
and unzip above two zipped files in this folder, which will give you sqlite3.def
, sqlite3.dll
and sqlite3.exe
files.
Step 3 β Add C:\>sqlite3
in your PATH environment variable and finally go to the command prompt and issue sqlite3 command, which should display the following result.