sqlite-android
sqlite-android copied to clipboard
Cannot use Android Studio's Database Inspector
Using RequerySQLiteOpenHelperFactory as a helper class with room database will prevent the developer of using database inspector in Android Studio, because it always closes the connection and the app database is always closed.
There is ticket #165 with the same question and there is still no answer.
Is there any comment on this?