Version of SQLite used in Android?

后端 未结 5 1608
悲哀的现实
悲哀的现实 2020-11-21 22:55

What is the version of SQLite used in Android?

Reason: I\'m wondering how to handle schema migrations. The newer SQLite versions support an \"ALTER TABLE\" SQL comma

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-21 23:19

    $ adb shell
    $ sqlite3 --version
    sqlite3 --version
    3.5.9
    

    Same on ADP1 1.6 & 2.1 emulator.

提交回复
热议问题