SQLite1 Install SQLite on windows

1. download sqlite tools containing sqlite3.exe from the official website:

https://www.sqlite.org/download.html

At this time in my situation the link is:

https://www.sqlite.org/2016/sqlite-tools-win32-x86-3110100.zip

2. Extract to a target directory, which of mine is:

C:\work_files\sqlite-tools-win32-x86-3110100

3. open command prompt, change the current directory to the SQLite root directory. Then type following commands:

SQLite1 Install SQLite on windows_第1张图片

你可能感兴趣的:(SQLite1 Install SQLite on windows)