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
In Room you can query
SELECT sqlite_version()
RG