In Android Studio 4.1 and higher, the Database Inspector allows you to inspect, query, and modify your app’s databases while your app is running . This is especially useful for database debugging. The Database Inspector works with plain SQLite and with libraries built on top of SQLite, such as Room.