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 can extract the information from the header file. It will require you to open the database file 'by hand' but I don't know if there is an API function to get this information.