How to install SQLite on Windows

Source: Internet
Author: User

1. Obtain the command lineProgram

The SQLite command line program (CLP) is the best option to start using SQLite. Obtain the CLP following the steps below:

1) Open your browser and go to the SQLite homepage www.sqlite.org.

2) Click the download option at the top of the page to go To the download page.

3) scroll to"Precompiled binaries for WindowsSelect sqlite-shell-win32-x86-3071401.zip (item 1) and click Download.

4) use the decompression tool to decompress the package. The zip file contains a sqlite3.exe file. You can use SQLite from the extracted file location. To run CLP in any directory, copy the file to the Windows system path. By default, the operating path in Windows is under the root partition (C: \ windwos \ System32 ).

5) Open the Run window and Enter cmd to bring up the windows command line window.

6) in the command line window, enter sqlite3 and press Enter. The SQLite command line prompt will appear. When the SQLite command line prompt appears, enter. Help, and a column similar to related commands will appear. Enter. Exit and exit the program.

Now you have a working SQLite CLP copy installed on the system.

If you want to use SQLite at the moment, pay attention to the next section (shell mode CLP ).

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.