How to find SQLITE database file version

后端 未结 9 1535
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-02 11:46

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

9条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-02 12:22

    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.

提交回复
热议问题