SQLite Database Management with the following features:
- create new SQLite database
- create/alter/drop : tables, indexes, triggers, views
- insert/update/delete data
- script SQLite database objects
- browse SQLite System tables
It generates JAVA Code app project for the selected SQLite database with the following options:
- sqlite helper library
- content providers
- dao library
- you can upload the generated code (project) into :
- - Eclipse
- - Android Studio