The software has the following functions (SQLite only)
- Export data from database to form csv, json, html
- Import csv, json, sql data into database
- Display system information of the database
- Display table information and can edit table
- Create sql commands like insert, update, delete from the selected table
- Generate code (class model, insert update delete method) for android
- Generate code (class model, insert update delete method) for CSharp