I have few sqlite database files. I want to know the database file version i.e if the database was created with sqlite2 or sqlite3 or any other main/sub version (not the sql
You have to open the python shell then write these steps:
import sqlite3 sqlite3.sqlite_version