SQLite3 Terminal installation in Windows

 SQLite3 Terminal installation

go to website named: www.sqlite.org
Go to download tab to list of all versions of software for windows. Go to precompiled Binaries for Windows:

Select win32-x86 version of the software for installation in your laptop. As this version will have everything in a bundle and will allow you to have all functionality of this software.

Now extract the folder for software. After extraction please paste the folder in C drive of your system.


Now rename the extracted folder to sqlite3. Set it's path in system environment. Modify it in system variable so that it will be available for all users in your windows. Else you can go for User environment modification under path variable.




Verify installation by using cmd.


Comments

Popular posts from this blog

Post Request with Pydantic usage (input validator)

Code Scalability and Routing

CRUD Assignment