Download SQLite Tools
Visit official download page and get the sqlite-tools zip for your OS (e.g., sqlite-tools-win-x64-3510200.zip for Windows x64).
Extract and Configure
- Extract the zip to a folder (e.g.,
C:\sqlite on Windows).
- Add the folder to your system PATH.
Test Installation
Open terminal/command prompt:
sqlite3 --version
sqlite3 test.db
sqlite> .exit
This creates test.db and confirms setup.
Optional GUI
Download DB Browser for SQLite for visual management.