Sqlit3 Installation
Last updated
Last updated
Download Sqlite3 .
copy sqlite3 file
Create A New Folder Inside C/sqlite .
past sqlite3 file Inside C/sqlite.
Check The Installation:
Open cmd and type sqlite3 .If show below text sqlite3 install Successful.
Sqlite3 connection driver already inbuilt in python3 . Only need import sqlite3.