Skip to content

Windows

To work with SQLite on Windows, we install it in WSL.

  1. Open a WSL terminal and run sudo apt update.

  2. Run sudo apt install sqlite to install.

  3. Close and reopen the terminal, and run sqlite3 --version to make sure it installed correctly.

That's it! You're good to go.