SQLite Database Management with the following features: - create new database - create/alter/drop : tables, indexes, triggers, views - insert/update/delete data - script 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