TIL Accessing App Data using ADB

from blog Shubh's Digital Garden Blog, | ↗ original
While working on an Android app, I had some issues with the SQLite database and wanted to delete it. This db is stored in the app's internal data directory (/data/data/com.cshubh.myapp), which is inaccessible using file managers on the device.