LiteMan is a user-friendly software that manages SQLite database engine version 3 using a graphical user interface.
LiteMan is primarily intended to be a quick tool to build database files for dynamic websites and application formats. However, it can operate as a basic database application. Here are some top features of the software:
- The ability to create and view any SQLite3 database file with simplicity.
- Create, remove, and modify new and existing tables with ease.
- Create and remove database views securely.
- Allows users to execute queries either by direct SQL code or a dialog box.
- Export your tables and views to a SQL dump file.
Like all software, LiteMan has a few limitations, including some missing features. These limitations or missing features are:
- Table field comments cannot be stored.
- Renaming is the only means to adjust a table. Anything else requires recreating the entire table.
- There isn't any way to alter a view.
Finally, to use LiteMan, ensure you have a building environment such as a C++ compiler, make, etc. Additionally, download the latest version of the Qt toolkit, including the Core, GUI, and SQL modules.
Version 0.2: N/A