SQLHelper is a simple tool for generation Java code to work with SQLite database.The following features are available:
- Generation of Java code that implements the basic functions to work with databases : update, delete, insert and select
- Generation of Java code that uses sqlite-jdbc 3.7.2
- Generation of Java code that uses Android SDK
- Editing database on the device or on your computer
- Push or Pull database file using Android Debug Bridge
- Creating SQL queries
- Device monitor, which will help you navigate the connected device or emulator
Requirements
- Android Debug Bridge 1.0.32
- Root access on device
- sqlite3 on device