Possible Duplicate:
Android - viewing SQLite databases on device?
I'm wondering if there is an application out there that would let me view the sqlite database, my application created, in a visual context, other then using sqlite3 command from adb?
I'm thinking something along the line of sql server management studio, mysql workbench, etc...
It would have to have the following options: - List tables - Query tables - View tables (data + schema) - Create tables - Drop tables - Alter table schemas