requery / sqlite-android

Android SQLite support library
Apache License 2.0
1.05k stars 138 forks source link

Cannot use Android Studio's Database Inspector #168

Open ghadeer-hammoud opened 1 year ago

ghadeer-hammoud commented 1 year ago

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.

anvukelic commented 1 year ago

There is ticket #165 with the same question and there is still no answer.

Is there any comment on this?