Good morning,
I am developing offline storage for an Android mobile app and I would like to access and open its local database as I always did with web local development, possibly by using some sort of GUI software like DB Browser for SQLite.
I found out where the db file is but it is too much cumbersome exporting it from the Android file system (I tried the ADB backup + decrypt with zlib library way) from a dev point of view. Are there other modern ways?
I'm using Visual Studio Code as code editor.