How to find SQLITE database file version

You can write this command in any sqlite explorer which will give the sqlite version

select sqlite_version();

Leave a Comment