DEV Community

Dendi Handian
Dendi Handian

Posted on • Edited on

279 1

Installing SQLite3 on Windows

Downloading SQLite binary

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

sqlite windows binary download links

Copying 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

Adding 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

Verifying the 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

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (2)

Collapse
 
lov111vol profile image
Marcin Szolke/Scholke

SQLIte database in SharedFolder
What is your experience with such a solution, how many people can use this application in parallel ?

Collapse
 
dendihandian profile image
Dendi Handian

please elaborate, are you asking or offering a product?

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay