SQLite – Installation

SQLite Database can be use in 2 different ways.

  1. Using portable file
  2. Installing SQLite

Follow the step:

  1. Visit official site: https://sqlitebrowser.org/dl
  2. Either check portable file is available for the version you want or directly download the file of latest version which supports your system. For eg: DB Browser for SQLite – Standard installer for 64-bit Windows version 3.11.1
  3. Download and install
  4. Now ready to run

As we know SQLite is zero configuration and serverless so we dont need to do anything after installation. We can work straightly on the database.

Too easy to handle.

Leave a Reply

Your email address will not be published. Required fields are marked *