[Anti-aging tutorial] - Install SQLite in windows environment

What is SQLite?

SQLite is an in-process library that implements a self-sufficient, serverless, zero-configuration, transactional SQL database engine. It is a zero-configuration database, which means that like other databases, you do not need to configure it in the system.

Like other databases, the SQLite engine is not a separate process and can be linked statically or dynamically according to application needs. SQLite accesses its storage files directly.

Download and install

A. Download

Go to the official website of SQLite

B. Installation:

1. Create a new folder named SQLite, such as E:\Weijuer\Dev\SQLite;

2. Copy the two files (sqlite3.def and sqlite3.dll) extracted from sqlite-dll-win32-x86-3230100.zip (440.60 KiB) to the newly created directory (E:\Weijuer\Dev\SQLite) middle;

3. Copy the three files (sqlite3.exe, sqldiff.exe and sqlite3_analyzer.exe) extracted from sqlite-tools-win32-x86-3230100.zip (1.63 MiB) to the directory (E:\Weijuer\Dev\ SQLite)

4. Add the system environment variable and add E:\Weijuer\Dev\SQLite (don't forget the English semicolon) after the path variable value, as shown in the following figure:

C. Test:

Run cmd, switch to the E drive, enter sqlite3, and press Enter. If the installation is successful, the sqlite version number will be displayed, as shown in the following figure:

At this point, even if sqlite3 under Windows is installed

- - - - - - - - - - - - - - - -✂- - - - - - - - - - - - - -✂-- - - - - - -- - - - - - - -✂- - - - - - -- - - - - - - - - - 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326856292&siteId=291194637