Is there a way to connect to the SQLite database while the emulator is running and do manual queries against the database?
The following is a basic sequence of steps I'm looking to achieve:
- Query user table.
- Add a user via the program.
- Query user table to verify add successful.