Is there an easy way to inspect the db created by ...
# squarelibraries
c
Is there an easy way to inspect the db created by sqldelight in android studio? One option is pulling the device and inspecting it, but not sure if there is some IDE tooling i can use to see updates live. I see the SQLdelight window, but i can't get it to say anything besides "Create a connection to get started."
l
have you tried the "app inspection" panel?
c
ah. i was trying to use this
but app inspection does seem to show me my data
awesome