How To Download & Install SQLite - LearnHowToCode SarkariResult.com Interview Questions and Answers LearnHowToCodeOnline
How To Download & Install SQLite

How To Download & Install SQLite

In this tutorial shows you step by step how to download and install SQLite on your computer.

Download SQLite

To download SQLite, you open the download page of the SQlite website.
  1. First, go to the https://www.sqlite.org website.
  2. Second, open the download page https://www.sqlite.org/download.html
SQLite provides various versions for various platforms e.g., Windows, Linux, and Mac. You should choose an appropriate version to download.
For example, to work with SQLite on Windows, you download the command-line shell program as shown in the screenshot below.
SQLite3-Help-command
The downloaded file is in the ZIP format and its size is quite small.
  • Download the sqlite-dll and sqlite-shell zip file. Or sqlite-tools-win32-x86-3170000.zip file.
  • Create a folder named sqlite in C directory and expand these files.
SQLite Installation 2
  • Open command prompt to set the path. Set your PATH environment variable and open sqlite3 command. It will look like this:
SQLite Installation 3
The above method facilitates you a permanent way to create database, attach database and detach database.
There is another way to execute CRUD operation in SQLite. In this method, there is no need to set a path.
  1. Just download the SQlite precompiled Binary zip file.
  2. Expand the zipped file, you will see a page like this:
SQLite Installation 4
  • Run the selected sqlite3 application:
SQLite Installation 5 SQLite Installation 6
You can execute the SQLite query here. But here, the data is temporary and once you shut down your computer, you will lose the records you have. Because, you cannot create, attach or detach a database here.

About Mariano

I'm Ethan Mariano a software engineer by profession and reader/writter by passion.I have good understanding and knowledge of AngularJS, Database, javascript, web development, digital marketing and exploring other technologies related to Software development.

0 comments:

Featured post

Political Full Forms List

Acronym Full Form MLA Member of Legislative Assembly RSS Really Simple Syndication, Rashtriya Swayamsevak Sangh UNESCO United Nations E...

Powered by Blogger.